Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5_rtl_support
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
Romain Courteaud
erp5_rtl_support
Commits
e8c3c849
Commit
e8c3c849
authored
Dec 29, 2014
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
accounting: fix the way to get precision in Alarm_checkPayableAndReceivableAccountGrouped
parent
e5c1992b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Alarm_checkPayableAndReceivableAccountGrouped.xml
...ounting/Alarm_checkPayableAndReceivableAccountGrouped.xml
+4
-2
No files found.
bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Alarm_checkPayableAndReceivableAccountGrouped.xml
View file @
e8c3c849
...
...
@@ -70,8 +70,10 @@ section_category_strict = context.getProperty(\'section_category_strict\')\n
section_uid_list = portal.Base_getSectionUidListForSectionCategory(section_category, section_category_strict)\n
assert section_uid_list\n
\n
precision = portal.Base_getCurrencyForSectionCategory(section_category, section_category_strict) or 3\n
\n
precision = 3\n
section_currency = portal.Base_getCurrencyForSectionCategory(section_category, section_category_strict)\n
if section_currency:\n
precision = context.getQuantityPrecisionFromResource(section_currency, precision)\n
\n
search_params = dict(\n
node_category=(\'account_type/asset/receivable\',\n
...
...
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