diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-09-19 10:55:10 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-09-19 10:55:10 +0700 |
| commit | 0ee46cbe530976dbac58929eb2bccc4b3057fafe (patch) | |
| tree | 6a919f3407b392247e97f69a7a1cfc3392610d51 /insert_update_pricelist.ktr | |
| parent | 8c9037d3c5ca9b0b29c316537b8a75a9725b65b2 (diff) | |
support boolean insert
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/> |
