You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2021/12/13 10:49:51 UTC

[ofbiz-framework] branch trunk updated: Fixed: Have configuration options for accounting (OFBIZ-6189)

This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new ae42c96  Fixed: Have configuration options for accounting (OFBIZ-6189)
ae42c96 is described below

commit ae42c968bfba224318ef49f2ed8f303d2b997f93
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Mon Dec 13 11:48:49 2021 +0100

    Fixed: Have configuration options for accounting (OFBIZ-6189)
    
    When set to "Y" and loaded in memory the create.invoice.per.shipment
    SystemProperty invalidates the testInvoicePerShipmentSetFalse integration test.bat
    
    This temporarily comment it out in order to go on with INFRA-22279
    
    This is a related message: https://markmail.org/message/agurw2linzu2comj
    where alternatives are suggested
    
    Thanks: Pierre Smits for the help
---
 applications/accounting/data/AccountingSystemPropertyData.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/applications/accounting/data/AccountingSystemPropertyData.xml b/applications/accounting/data/AccountingSystemPropertyData.xml
index 16d4c7c..09464b9 100644
--- a/applications/accounting/data/AccountingSystemPropertyData.xml
+++ b/applications/accounting/data/AccountingSystemPropertyData.xml
@@ -48,7 +48,6 @@ under the License.
     systemPropertyValue="Y"
     description="Create a 'not-paid' payment record if the sales order is completed and no payment exist yet. Options:: Y, N"/>
 
-    <SystemProperty systemResourceId="accounting" systemPropertyId="create.invoice.per.shipment" 
-    systemPropertyValue="Y"
-    description="create invoice per shipment. Options: = Y (Invoice per shipment), N (Invoice per order)"/>
+    <!-- <SystemProperty systemResourceId="accounting" systemPropertyId="create.invoice.per.shipment" systemPropertyValue="Y"
+    description="create invoice per shipment. Options: = Y (Invoice per shipment), N (Invoice per order)"/> -->
 </entity-engine-xml>