Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
slapos.core
Commits
dcc8022e
Commit
dcc8022e
authored
Nov 15, 2012
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixup
8d6db017
parent
562efe77
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
master/bt5/slapos_accounting/SkinTemplateItem/portal_skins/slapos_accounting/SlapOSSalePackingList_postGeneration.xml
...lapos_accounting/SlapOSSalePackingList_postGeneration.xml
+2
-4
master/bt5/slapos_accounting/bt/revision
master/bt5/slapos_accounting/bt/revision
+1
-1
No files found.
master/bt5/slapos_accounting/SkinTemplateItem/portal_skins/slapos_accounting/SlapOSSalePackingList_postGeneration.xml
View file @
dcc8022e
...
@@ -61,7 +61,8 @@ except AttributeError:\n
...
@@ -61,7 +61,8 @@ except AttributeError:\n
# does not come from Order\n
# does not come from Order\n
pass\n
pass\n
\n
\n
comment = translateString(\'Automatic transition during build.\')\n
portal = packing_list.getPortalObject()\n
comment = context.Base_translateString(\'Automatic transition during build.\')\n
if portal.portal_workflow.isTransitionPossible(context, \'confirm\'):\n
if portal.portal_workflow.isTransitionPossible(context, \'confirm\'):\n
context.confirm(comment=comment)\n
context.confirm(comment=comment)\n
if portal.portal_workflow.isTransitionPossible(context, \'start\'):\n
if portal.portal_workflow.isTransitionPossible(context, \'start\'):\n
...
@@ -69,9 +70,6 @@ if portal.portal_workflow.isTransitionPossible(context, \'start\'):\n
...
@@ -69,9 +70,6 @@ if portal.portal_workflow.isTransitionPossible(context, \'start\'):\n
context.stop(comment=comment)\n
context.stop(comment=comment)\n
context.deliver(comment=comment)\n
context.deliver(comment=comment)\n
\n
\n
line = packing_list.contentValues(portal_type=\'Sale Packing List Line\')[0]\n
portal = packing_list.getPortalObject()\n
\n
# Initialise causality workflow\n
# Initialise causality workflow\n
packing_list.startBuilding()\n
packing_list.startBuilding()\n
</string>
</value>
</string>
</value>
...
...
master/bt5/slapos_accounting/bt/revision
View file @
dcc8022e
33
34
\ No newline at end of file
\ No newline at end of file
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