Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Nicolas Wavrant
erp5
Commits
f52ca085
Commit
f52ca085
authored
8 years ago
by
Nicolas Wavrant
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DeliveryType: fixup! Typo (fix for
a2dbbde0
)
parent
e014b873
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
product/ERP5Type/DeliveryType.py
product/ERP5Type/DeliveryType.py
+1
-1
No files found.
product/ERP5Type/DeliveryType.py
View file @
f52ca085
...
@@ -48,7 +48,7 @@ class DeliveryType(ERP5TypeInformation):
...
@@ -48,7 +48,7 @@ class DeliveryType(ERP5TypeInformation):
"Creates a new delivery with a default ledger found on the portal type"
"Creates a new delivery with a default ledger found on the portal type"
has_ledger_parameter
=
False
has_ledger_parameter
=
False
for
k
in
kw
:
for
k
in
kw
:
if
k
.
startswith
(
'ledger
_
'
):
if
k
.
startswith
(
'ledger'
):
has_ledger_parameter
=
True
has_ledger_parameter
=
True
if
not
has_ledger_parameter
:
if
not
has_ledger_parameter
:
ledger
=
self
.
getDefaultLedger
()
ledger
=
self
.
getDefaultLedger
()
...
...
This diff is collapsed.
Click to expand it.
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