diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-09-19 11:08:38 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-09-19 11:08:38 +0700 |
| commit | d2861cf22cf859d98c977c4735d5509bac99ef25 (patch) | |
| tree | 1ffb8b2ec23456865ba89fe00a9a5931a1fa1131 /insert_update_pricelist.ktr | |
| parent | 2197d4c1529c2e54afe6ac8f4c7ab30b0b985192 (diff) | |
fix boolean
Diffstat (limited to 'insert_update_pricelist.ktr')
| -rw-r--r-- | insert_update_pricelist.ktr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/insert_update_pricelist.ktr b/insert_update_pricelist.ktr index f64a4c7..6ab2a1d 100644 --- a/insert_update_pricelist.ktr +++ b/insert_update_pricelist.ktr @@ -637,7 +637,7 @@ <currency/> <decimal/> <group/> - <nullif>true</nullif> + <nullif>Y</nullif> <length>-1</length> <precision>-1</precision> <set_empty_string>N</set_empty_string> |
