commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r103 - gnue-invoice/forms


From: kilo
Subject: r103 - gnue-invoice/forms
Date: Wed, 27 Oct 2004 06:58:31 -0500 (CDT)

Author: kilo
Date: 2004-10-27 06:58:30 -0500 (Wed, 27 Oct 2004)
New Revision: 103

Modified:
   gnue-invoice/forms/INV_Head.gfd
Log:
GNUe Invoice
Disabled automatism as these cause items to not commit...

Modified: gnue-invoice/forms/INV_Head.gfd
===================================================================
--- gnue-invoice/forms/INV_Head.gfd     2004-10-26 16:12:40 UTC (rev 102)
+++ gnue-invoice/forms/INV_Head.gfd     2004-10-27 11:58:30 UTC (rev 103)
@@ -146,11 +146,15 @@
       <field name="fldInvProduct" field="INV_product"
              fk_description="ITEM_shortName" fk_key="gnue_id"
              fk_source="dts_ITEM_Item" maxLength="32">
-        <trigger type="POST-CHANGE" name="postchange" src="getItemPrice" />
+<!--         <trigger type="POST-CHANGE" name="postchange" src="getItemPrice" 
/>
+This causes items to not autocommit!!!
+-->
       </field>
       <field name="fldInvQuantity" field="INV_quantity" maxLength="10"
              typecast="number">
-        <trigger type="POST-CHANGE" name="postchange" src="calcItemPriceTotal" 
/>
+<!--         <trigger type="POST-CHANGE" name="postchange" 
src="calcItemPriceTotal" />
+This causes items to not autocommit!!!
+-->
       </field>
 
       <!--Count totals -->





reply via email to

[Prev in Thread] Current Thread [Next in Thread]