mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 00:53:00 +01:00
Fix init data of units D and H.
This commit is contained in:
@@ -30,6 +30,9 @@
|
||||
|
||||
-- Missing in v11
|
||||
|
||||
UPDATE llx_c_units set scale = 3600 where code = 'H' and unit_type = 'time';
|
||||
UPDATE llx_c_units set scale = 86400 where code = 'D' and unit_type = 'time';
|
||||
|
||||
create table llx_commande_fournisseur_dispatch_extrafields
|
||||
(
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||
|
||||
Reference in New Issue
Block a user