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
05ed9ebe
Commit
05ed9ebe
authored
Sep 22, 2023
by
Damien Moulard
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '4911-fix-exception-used-coeffs-referenced-before-assignment' into 'dev_cooperatic'
fix exception See merge request
!241
parents
97a032e3
cb71141c
Pipeline
#2979
failed with stage
in 1 minute 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
+1
-0
models.py
orders/models.py
+1
-0
No files found.
orders/models.py
View file @
05ed9ebe
...
...
@@ -64,6 +64,7 @@ class Order(models.Model):
for
p
in
res
:
pids
.
append
(
p
[
'product_id'
][
0
])
partner_id
=
p
[
'partner_id'
][
0
]
used_coeffs
=
None
if
len
(
pids
)
>
0
:
# Adding barcode and other data for every purchased product
f
=
[
'barcode'
,
'product_tmpl_id'
,
'shelf_id'
]
...
...
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