diff options
Diffstat (limited to 'insert_update_pricelist.ktr')
| -rw-r--r-- | insert_update_pricelist.ktr | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/insert_update_pricelist.ktr b/insert_update_pricelist.ktr index 9448d2b..4150a36 100644 --- a/insert_update_pricelist.ktr +++ b/insert_update_pricelist.ktr @@ -475,7 +475,7 @@ </attribute> <attribute> <code>SUPPORTS_BOOLEAN_DATA_TYPE</code> - <attribute>N</attribute> + <attribute>Y</attribute> </attribute> <attribute> <code>SUPPORTS_TIMESTAMP_DATA_TYPE</code> @@ -636,7 +636,7 @@ <set_empty_string>N</set_empty_string> </field> <field> - <name>active</name> + <name>active_const</name> <type>Boolean</type> <format/> <currency/> @@ -903,6 +903,11 @@ <rename>base_const</rename> <update>Y</update> </value> + <value> + <name>active</name> + <rename>active_const</rename> + <update>Y</update> + </value> </lookup> <attributes/> <cluster_schema/> |
