mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix: sql error
This commit is contained in:
parent
114ee9dc07
commit
ffa593eda2
|
|
@ -27,6 +27,5 @@ CREATE TABLE llx_pos_tmp (
|
|||
remise real NOT NULL,
|
||||
total_ht double(24,8) NOT NULL,
|
||||
total_tva double(24,8) NOT NULL,
|
||||
total_ttc double(24,8) NOT NULL,
|
||||
PRIMARY KEY (id)
|
||||
total_ttc double(24,8) NOT NULL
|
||||
) ENGINE=innodb;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user