mirror of
https://github.com/Karaka-Management/oms-Finance.git
synced 2026-02-17 22:08:41 +00:00
fix registration, login and billing
This commit is contained in:
parent
e5c90f2de9
commit
87664f25a2
|
|
@ -11,8 +11,9 @@
|
||||||
},
|
},
|
||||||
"tax_code_abbr": {
|
"tax_code_abbr": {
|
||||||
"name": "tax_code_abbr",
|
"name": "tax_code_abbr",
|
||||||
"type": "VARCHAR(255)",
|
"type": "VARCHAR(10)",
|
||||||
"null": false
|
"null": false,
|
||||||
|
"unique": true
|
||||||
},
|
},
|
||||||
"tax_code_invoice": {
|
"tax_code_invoice": {
|
||||||
"name": "tax_code_invoice",
|
"name": "tax_code_invoice",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user