diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-09-19 11:12:55 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-09-19 11:12:55 +0700 |
| commit | fce0544a079664e229477efe3bc8c98ecf06059c (patch) | |
| tree | f147d00c233b8e05f9a19d3b3d14765f716457b9 /insert_update_pricelist.ktr | |
| parent | 22e5462d4ffb9e7ac8e48777436e2d1c7a506533 (diff) | |
feature boolean
Diffstat (limited to 'insert_update_pricelist.ktr')
| -rw-r--r-- | insert_update_pricelist.ktr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/insert_update_pricelist.ktr b/insert_update_pricelist.ktr index 8dae3af..1a3e5b8 100644 --- a/insert_update_pricelist.ktr +++ b/insert_update_pricelist.ktr @@ -526,7 +526,7 @@ </attribute> <attribute> <code>SUPPORTS_BOOLEAN_DATA_TYPE</code> - <attribute>N</attribute> + <attribute>Y</attribute> </attribute> <attribute> <code>SUPPORTS_TIMESTAMP_DATA_TYPE</code> @@ -632,12 +632,12 @@ </field> <field> <name>active_const</name> - <type>String</type> + <type>Boolean</type> <format/> <currency/> <decimal/> <group/> - <nullif>true</nullif> + <nullif>Y</nullif> <length>-1</length> <precision>-1</precision> <set_empty_string>N</set_empty_string> |
