2
0
forked from Wavyzz/dolibarr

Fix : delivery date was not a datetime

This commit is contained in:
Maxime Kohlhaas
2015-04-18 04:18:40 +02:00
parent e6c5b234fc
commit 07fd6a3ae7
2 changed files with 3 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ create table llx_livraison
fk_user_author integer, -- createur du bon de livraison
date_valid datetime, -- date de validation
fk_user_valid integer, -- valideur du bon de livraison
date_delivery date DEFAULT NULL, -- delivery date
date_delivery datetime DEFAULT NULL, -- delivery date
fk_address integer, -- delivery address (deprecated)
fk_statut smallint DEFAULT 0,
total_ht double(24,8) DEFAULT 0,