Fix: Correction date de livraison mal enregistr en base si non renseigne

This commit is contained in:
Laurent Destailleur 2007-10-30 20:47:41 +00:00
parent 7927b9a5c8
commit ab4466a7ad

View File

@ -962,6 +962,7 @@ ALTER TABLE llx_user ADD COLUMN phenix_login varchar(25) after webcal_login;
ALTER TABLE llx_user ADD COLUMN phenix_pass varchar(128) after phenix_login;
update llx_propal set total_ht = price where total_ht = 0 and total > 0;
update llx_propal set date_livraison = NULL where date_livraison = '1970-01-01 00:00:00';
insert into llx_c_type_contact(rowid, element, source, code, libelle, active ) values (102,'commande','external', 'SHIPPING', 'Contact client livraison commande', 1);