Commit cc3b9415 authored by Łukasz Nowak's avatar Łukasz Nowak

Follow 721f4f27

parent 721f4f27
......@@ -70,7 +70,6 @@ packing_list = packing_list_module.newContent(\n
price_currency=delivery.getPriceCurrency(),\n
start_date=DateTime())\n
\n
packing_list.startBuilding()\n
packing_list_line = packing_list.newContent(\n
portal_type=\'Sale Packing List Line\',\n
resource=service.getRelativeUrl(),\n
......@@ -81,6 +80,8 @@ packing_list_line = packing_list.newContent(\n
price=service.getSaleSupplyLineBasePrice(),\n
)\n
\n
\n
packing_list.startBuilding()\n
return packing_list\n
</string> </value>
</item>
......
22
\ No newline at end of file
23
\ No newline at end of file
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