Temporarily fix supplier update (#2309)

This commit is contained in:
jekkos
2019-02-02 14:36:05 +01:00
parent 6f75ec3ae2
commit 231f7485fe

View File

@@ -148,3 +148,6 @@ ALTER TABLE `ospos_expenses`
INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
('default_receivings_discount_type', '0'),
('default_receivings_discount', '0');
ALTER TABLE `ospos_suppliers`
CHANGE COLUMN `tax_id` `tax_id` VARCHAR(32) NULL;