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
16351de1
Commit
16351de1
authored
Dec 23, 2011
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use correct BP.
parent
e42b6e24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
master/product/Vifib/tests/testVifibOpenOrderSimulation.py
master/product/Vifib/tests/testVifibOpenOrderSimulation.py
+4
-4
No files found.
master/product/Vifib/tests/testVifibOpenOrderSimulation.py
View file @
16351de1
...
...
@@ -215,11 +215,11 @@ class TestVifibOpenOrderSimulation(TestVifibSlapWebServiceMixin):
simulation_movement_invoice_transaction_debit
=
None
for
simulation_movement_invoice_transaction
in
\
simulation_movement_invoice_transaction_list
:
if
"business_process_module/
erp5_default
_business_process/account_credit_path"
\
if
"business_process_module/
vifib_sale
_business_process/account_credit_path"
\
in
simulation_movement_invoice_transaction
.
getCausalityList
():
simulation_movement_invoice_transaction_credit
=
\
simulation_movement_invoice_transaction
.
getObject
()
if
"business_process_module/
erp5_default
_business_process/account_debit_path"
\
if
"business_process_module/
vifib_sale
_business_process/account_debit_path"
\
in
simulation_movement_invoice_transaction
.
getCausalityList
():
simulation_movement_invoice_transaction_debit
=
\
simulation_movement_invoice_transaction
.
getObject
()
...
...
@@ -302,11 +302,11 @@ class TestVifibOpenOrderSimulation(TestVifibSlapWebServiceMixin):
simulation_movement_credit_payment_debit
=
None
for
simulation_movement_credit_payment
in
\
simulation_movement_credit_payment_list
:
if
"business_process_module/
erp5_default
_business_process/payment_credit_path"
\
if
"business_process_module/
vifib_sale
_business_process/payment_credit_path"
\
in
simulation_movement_credit_payment
.
getCausalityList
():
simulation_movement_credit_payment_credit
=
\
simulation_movement_credit_payment
.
getObject
()
if
"business_process_module/
erp5_default
_business_process/payment_debit_path"
\
if
"business_process_module/
vifib_sale
_business_process/payment_debit_path"
\
in
simulation_movement_credit_payment
.
getCausalityList
():
simulation_movement_credit_payment_debit
=
\
simulation_movement_credit_payment
.
getObject
()
...
...
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