Pierre Smits created OFBIZ-12453:
------------------------------------
Summary: testInvoicePerShipmentSetFalse work with runtime
configuration data
Key: OFBIZ-12453
URL: https://issues.apache.org/jira/browse/OFBIZ-12453
Project: OFBiz
Issue Type: Improvement
Components: accounting
Affects Versions: Trunk
Reporter: Pierre Smits
The testInvoicePerShipmentSetFalse fails when the following is loaded into the
SystemProperty table and the test is executed.
{code:java}
<SystemProperty systemResourceId="accounting"
systemPropertyId="create.invoice.per.shipment"
systemPropertyValue="Y"
description="create invoice per shipment. Options: = Y (Invoice per shipment),
N (Invoice per order)"/> {code}
See
https://github.com/apache/ofbiz-framework/blob/trunk/applications/accounting/src/main/groovy/org/apache/ofbiz/accounting/InvoicePerShipmentTests.groovy
--
This message was sent by Atlassian Jira
(v8.20.1#820001)