Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions project_wip_supply_cost/models/account_analytic_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,9 @@ def _create_update_or_reverse_shop_supply_move(self):
)

if must_create_shop_supply_move:
print("444444444444444444444")
self._create_shop_supply_move()

elif must_update_shop_supply_move:
print("33333333333333333333333")
self._update_shop_supply_move()

elif must_reverse_shop_supply_move:
Expand Down