|
From: Si C. <si...@gr...> - 2007-05-02 20:54:28
|
Author: sichen
Date: 2007-05-02 13:54:06 -0700 (Wed, 02 May 2007)
New Revision: 62
Modified:
versions/0.9/trunk/entitydef/entitymodel_order.xml
Log:
isclosed duplicates orderclosed
Modified: versions/0.9/trunk/entitydef/entitymodel_order.xml
===================================================================
--- versions/0.9/trunk/entitydef/entitymodel_order.xml 2007-05-02 20:50:54 UTC (rev 61)
+++ versions/0.9/trunk/entitydef/entitymodel_order.xml 2007-05-02 20:54:06 UTC (rev 62)
@@ -44,9 +44,8 @@
<field name="taxTotal" type="currency-amount"></field>
<field name="adjustmentsTotal" type="currency-amount"></field>
<field name="grandTotal" type="currency-amount"></field>
- <field name="isClosed" type="indicator"><description>If set to N or n, the order will be created in the Approved state.</description></field>
<field name="comments" type="comment"></field>
- <field name="orderClosed" type="indicator"></field>
+ <field name="orderClosed" type="indicator"><description>If set to N or n, the order will be created in the Approved state.</description></field>
<field name="processedTimestamp" type="date-time">
<description>Special field for system to record when entry was successfully imported.
Do not use for any other purpose.</description>
|