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
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Cédric Le Ninivin
erp5
Commits
ca230de4
Commit
ca230de4
authored
4 years ago
by
Cédric Le Ninivin
Committed by
Cédric Le Ninivin
1 year ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_mrp_change_managment: Remove useless line source of a bug.
parent
792a5b6d
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
bt5/erp5_mrp_change_managment/SkinTemplateItem/portal_skins/erp5_mrp_change_managment/TransformationChange_checkApplyResult.py
...change_managment/TransformationChange_checkApplyResult.py
+0
-1
No files found.
bt5/erp5_mrp_change_managment/SkinTemplateItem/portal_skins/erp5_mrp_change_managment/TransformationChange_checkApplyResult.py
View file @
ca230de4
...
...
@@ -190,7 +190,6 @@ for template_transformation in template_transformation_list:
expected_dict
=
getExpectedTransformationTransformedResourceDict
(
transformation_change_list
,
template_transformation
)
index
=
transformation_change_list
.
index
(
transformation_change
)
+
1
while
index
<
len
(
transformation_change_list
)
and
transformation_change_list
[
index
].
getEffectiveDate
()
==
transformation_change
.
getEffectiveDate
():
transformation_change
=
transformation_change_list
[
index
]
index
+=
1
result_dict
=
{}
...
...
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