Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
nexedi
slapos
Commits
3f85e32f
Commit
3f85e32f
authored
12 years ago
by
Łukasz Nowak
Browse files
Options
Download
Email Patches
Plain Diff
Expose more information.
parent
1a0cbcf6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
master/bt5/vifib_slap/SkinTemplateItem/portal_skins/vifib_slap/SaleOrderLine_tryToAllocatePartition.xml
...skins/vifib_slap/SaleOrderLine_tryToAllocatePartition.xml
+2
-2
master/bt5/vifib_slap/bt/revision
master/bt5/vifib_slap/bt/revision
+1
-1
No files found.
master/bt5/vifib_slap/SkinTemplateItem/portal_skins/vifib_slap/SaleOrderLine_tryToAllocatePartition.xml
View file @
3f85e32f
...
...
@@ -100,9 +100,9 @@ if sale_order.getSimulationState() == \'ordered\':\n
except ValueError:\n
# It was not possible to find free Computer Partition\n
markHistory(sale_order, \'Not confirmed: no free Computer Partition\')\n
except Unauthorized:\n
except Unauthorized
, e
:\n
# user has bad balance\n
markHistory(sale_order, \'Not confirmed:
user has bad balance\'
)\n
markHistory(sale_order, \'Not confirmed:
%s\' % e
)\n
else:\n
if computer_partition is not None:\n
try:\n
...
...
This diff is collapsed.
Click to expand it.
master/bt5/vifib_slap/bt/revision
View file @
3f85e32f
772
\ No newline at end of file
773
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment