Commit 72b46a06 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_accounting: Use List rather them single value

    For historical reason some aggregated packing lists could be merged (due a bug). This changes introduced backward compatibiltiy with those cases, rather them require a data migration.
parent 7ec35eef
......@@ -136,7 +136,7 @@
</div>
</aside-->
<tal:block tal:define="aggregated_reference python: context.getCausalityReference(portal_type='Sale Packing List', checked_permission='View');
<tal:block tal:define="aggregated_reference python: context.getCausalityReferenceList(portal_type='Sale Packing List', checked_permission='View');
item_dict python: {}">
<p class='line' tal:condition="python: aggregated_reference">&nbsp;</p>
<aside tal:condition="python: aggregated_reference">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment