Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5_fork
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eteri
erp5_fork
Commits
832fc753
Commit
832fc753
authored
Apr 12, 2021
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
payment_mean: fix a wrongly named script
parent
3892cbde
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
bt5/erp5_payment_mean/SkinTemplateItem/portal_skins/erp5_payment_mean/AccountingTransactionLine_setAggregate.py
...p5_payment_mean/AccountingTransactionLine_setAggregate.py
+0
-0
bt5/erp5_payment_mean/SkinTemplateItem/portal_skins/erp5_payment_mean/AccountingTransactionLine_setAggregate.xml
...5_payment_mean/AccountingTransactionLine_setAggregate.xml
+1
-1
bt5/erp5_payment_mean/SkinTemplateItem/portal_skins/erp5_payment_mean/PaymentTransactionGroup_selectPaymentTransactionLineListActive.py
...ransactionGroup_selectPaymentTransactionLineListActive.py
+1
-1
No files found.
bt5/erp5_payment_mean/SkinTemplateItem/portal_skins/erp5_payment_mean/
Payment
TransactionLine_setAggregate.py
→
bt5/erp5_payment_mean/SkinTemplateItem/portal_skins/erp5_payment_mean/
Accounting
TransactionLine_setAggregate.py
View file @
832fc753
File moved
bt5/erp5_payment_mean/SkinTemplateItem/portal_skins/erp5_payment_mean/
Payment
TransactionLine_setAggregate.xml
→
bt5/erp5_payment_mean/SkinTemplateItem/portal_skins/erp5_payment_mean/
Accounting
TransactionLine_setAggregate.xml
View file @
832fc753
...
...
@@ -62,7 +62,7 @@
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
Payment
TransactionLine_setAggregate
</string>
</value>
<value>
<string>
Accounting
TransactionLine_setAggregate
</string>
</value>
</item>
</dictionary>
</pickle>
...
...
bt5/erp5_payment_mean/SkinTemplateItem/portal_skins/erp5_payment_mean/PaymentTransactionGroup_selectPaymentTransactionLineListActive.py
View file @
832fc753
...
...
@@ -18,6 +18,6 @@ for i in xrange(0, object_list_len, batch_size):
current_path_list
=
payment_relative_url_list
[
i
:
i
+
batch_size
]
activate
(
activity
=
'SQLQueue'
,
activate_kw
=
activate_kw
,).
callMethodOnObjectList
(
current_path_list
,
'
Payment
TransactionLine_setAggregate'
,
'
Accounting
TransactionLine_setAggregate'
,
aggregate
=
aggregate
,
activate_kw
=
activate_kw
)
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