Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Eugene Shen
erp5
Commits
a2d600ca
Commit
a2d600ca
authored
11 years ago
by
Sebastien Robin
Browse files
Options
Download
Email Patches
Plain Diff
erp5_pdm: getMovementHistoryStat now returns results we can directly use
parent
e58d1a66
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bt5/erp5_pdm/SkinTemplateItem/portal_skins/erp5_pdm/Resource_getMovementHistoryStat.xml
...portal_skins/erp5_pdm/Resource_getMovementHistoryStat.xml
+1
-1
No files found.
bt5/erp5_pdm/SkinTemplateItem/portal_skins/erp5_pdm/Resource_getMovementHistoryStat.xml
View file @
a2d600ca
...
...
@@ -53,7 +53,7 @@
<value>
<string>
from Products.PythonScripts.standard import Object\n
\n
return [Object(uid="new_",\n
total_quantity=context.getMovementHistoryStat(**kw)[
0][
\'total_quantity\'],) ]\n
total_quantity=context.getMovementHistoryStat(**kw)[\'total_quantity\'],) ]\n
</string>
</value>
</item>
<item>
...
...
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