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 139ae27  Update services_ledger.xml (#315)
139ae27 is described below

commit 139ae27357c9fc7afeb20402cf56335391190b28
Author: dshunter107 <david.shane.hun...@gmail.com>
AuthorDate: Tue Jul 27 07:06:25 2021 -0400

    Update services_ledger.xml (#315)
---
 applications/accounting/servicedef/services_ledger.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/accounting/servicedef/services_ledger.xml 
b/applications/accounting/servicedef/services_ledger.xml
index 80f3dc1..5138f10 100644
--- a/applications/accounting/servicedef/services_ledger.xml
+++ b/applications/accounting/servicedef/services_ledger.xml
@@ -136,7 +136,7 @@ under the License.
     <service name="updateGlReconciliation" 
default-entity-name="GlReconciliation" engine="entity-auto" invoke="update" 
auth="true">
         <description>Update a GlReconciliation record</description>
         <permission-service service-name="basicGeneralLedgerPermissionCheck" 
main-action="UPDATE"/>
-        <auto-attributes include="pk" mode="INOUT" optional="false"/>
+        <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true">
             <exclude field-name="createdByUserLogin"/>
             <exclude field-name="lastModifiedByUserLogin"/>

Reply via email to