commit-gnue
[Top][All Lists]
Advanced

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

r12 - trunk/finance


From: reinhard
Subject: r12 - trunk/finance
Date: Fri, 5 Nov 2004 17:08:22 -0600 (CST)

Author: reinhard
Date: 2004-11-05 17:08:21 -0600 (Fri, 05 Nov 2004)
New Revision: 12

Modified:
   trunk/finance/gl.gcd
Log:
Changed "source" to "doctype".


Modified: trunk/finance/gl.gcd
===================================================================
--- trunk/finance/gl.gcd        2004-11-05 23:01:01 UTC (rev 11)
+++ trunk/finance/gl.gcd        2004-11-05 23:08:21 UTC (rev 12)
@@ -140,7 +140,7 @@
   <class name="trans" filter="gl_year" comment="General Ledger Transaction">
     <property name="journal"  type="gl_journal"    nullable="False" />
     <property name="serial"   type="number(6)"     comment="Pos. in journal" />
-    <property name="source"   type="gl_doctype"    comment="Document type" />
+    <property name="doctype"  type="gl_doctype"    comment="Document type" />
     <property name="number"   type="string(17)"    comment="Document number" />
     <property name="date"     type="date"          comment="Document date" />
     <property name="currency" type="base_currency" nullable="False" />





reply via email to

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