Commit 9be4099e authored by Jérome Perrin's avatar Jérome Perrin

include tax builders in PurchaseInvoiceTransaction_getBuilderList and...

include tax builders in PurchaseInvoiceTransaction_getBuilderList and SaleInvoiceTransaction_getBuilderList.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25517 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b6fe46df
......@@ -55,6 +55,7 @@
<key> <string>_body</string> </key>
<value> <string>portal_deliveries = context.getPortalObject().portal_deliveries\n
return [portal_deliveries.purchase_invoice_builder,\n
portal_deliveries.purchase_invoice_tax_builder,\n
portal_deliveries.purchase_invoice_transaction_builder]\n
</string> </value>
</item>
......
......@@ -55,6 +55,7 @@
<key> <string>_body</string> </key>
<value> <string>portal_deliveries = context.getPortalObject().portal_deliveries\n
return [portal_deliveries.sale_invoice_builder,\n
portal_deliveries.sale_invoice_tax_builder,\n
portal_deliveries.sale_invoice_transaction_builder]\n
</string> </value>
</item>
......
862
\ No newline at end of file
863
\ 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