[OFBiz] SVN: r7055 - trunk/applications/accounting/webapp/accounting/fixedasset

jacopo@svn.ofbiz.org jacopo at svn.ofbiz.org
Thu Mar 23 03:44:53 CST 2006


Author: jacopo
Date: 2006-03-23 03:44:48 -0600 (Thu, 23 Mar 2006)
New Revision: 7055

Modified:
   trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml
Log:
Fixed a few wrong service (and controller entry) names in form definitions.

Modified: trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml
===================================================================
--- trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml	2006-03-23 07:55:20 UTC (rev 7054)
+++ trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml	2006-03-23 09:44:48 UTC (rev 7055)
@@ -223,17 +223,17 @@
             <hyperlink also-hidden="false" description="${uiLabelMap.CommonEdit}" target="EditFixedAssetIdent?fixedAssetId=${fixedAssetId}&amp;fixedAssetIdentTypeId=${fixedAssetIdentTypeId}"/>
         </field>
         <field name="deleteLink" title=" " widget-style="buttontext">
-            <hyperlink target="removeFixedAssetIdents?fixedAssetId=${fixedAssetId}&amp;fixedAssetIdentTypeId=${fixedAssetIdentTypeId}"
+            <hyperlink target="removeFixedAssetIdent?fixedAssetId=${fixedAssetId}&amp;fixedAssetIdentTypeId=${fixedAssetIdentTypeId}"
                 description="[${uiLabelMap.CommonRemove}]" also-hidden="false"/>
         </field>
     </form>
     
     <!-- create and update a fixed asset Idents-->
     <form name="EditFixedAssetIdent" type="single" 
-            target="updateFixedAssetIdents" title="" default-map-name="fixedAssetIdent"
+            target="updateFixedAssetIdent" title="" default-map-name="fixedAssetIdent"
             default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
-        <alt-target use-when="fixedAssetIdent==null" target="createFixedAssetIdents"/>
-        <auto-fields-service service-name="updateFixedAssetIdents" map-name="fixedAssetIdent"/> 
+        <alt-target use-when="fixedAssetIdent==null" target="createFixedAssetIdent"/>
+        <auto-fields-service service-name="updateFixedAssetIdent" map-name="fixedAssetIdent"/> 
         <field name="fixedAssetId"><hidden/></field>
         <field name="fixedAssetIdentTypeId" use-when="fixedAssetIdent!=null" title="${uiLabelMap.AccountingFixedAssetStdCostTypeId}"><display-entity entity-name="FixedAssetIdentType" /></field>
         <field name="fixedAssetIdentTypeId" use-when="fixedAssetIdent==null" title="${uiLabelMap.AccountingFixedAssetStdCostTypeId}">



More information about the Svn mailing list