Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
third-party
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cooperatic-foodcoops
third-party
Commits
f89645c8
Commit
f89645c8
authored
Feb 21, 2025
by
Yvon Kerdoncuff
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove call to stock_picking_update in update_orders (this is done later by the cron)
parent
5c5a7d59
Pipeline
#4136
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
views.py
reception/views.py
+0
-2
No files found.
reception/views.py
View file @
f89645c8
...
...
@@ -213,8 +213,6 @@ def update_orders(request):
if
update
is
not
True
:
errors
.
append
(
order_line
[
'id'
])
if
update
is
True
:
spu
=
m
.
stock_picking_update
(
order_line
)
# If update succeded, and supplier shortage set, try to register the supplier shortage
if
update
is
True
and
'supplier_shortage'
in
order_line
:
...
...
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