feat: refs #7363 item_getBalance saleTracking no mostrar duplicados #2438

Merged
robert merged 5 commits from 7363-item_getBalance into dev 2024-05-13 05:05:38 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 56906963de - Show all commits

View File

@ -0,0 +1,3 @@
ALTER TABLE vn.item
MODIFY nonRecycledPlastic DECIMAL(10,2) DEFAULT NULL NULL,
MODIFY recycledPlastic DECIMAL(10,2) DEFAULT NULL NULL;