mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Works on enhancement of local taxes. Fix migration script field position
This commit is contained in:
parent
72c62e1899
commit
addbd8b132
|
|
@ -43,5 +43,5 @@ alter table llx_facturedet_rec add column localtax2_tx double(6,3) DEFAULT 0 aft
|
|||
alter table llx_facturedet_rec add column total_localtax1 double(24,8) DEFAULT 0 after total_tva;
|
||||
alter table llx_facturedet_rec add column total_localtax2 double(24,8) DEFAULT 0 after total_localtax1;
|
||||
|
||||
alter table llx_c_tva add column localtax1 double NOT NULL DEFAULT 0 after recuperableonly;
|
||||
alter table llx_c_tva add column localtax1 double NOT NULL DEFAULT 0 after taux;
|
||||
alter table llx_c_tva add column localtax2 double NOT NULL DEFAULT 0 after localtax1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user