Ajout décimal stock

This commit is contained in:
sparkyx 2007-04-15 13:47:31 +00:00
parent 43bd395945
commit e72d4e976e

View file

@ -1,5 +1,6 @@
begin;
insert into format_csv_banque values ('Dexia','dexia_be.inc.php');
alter table stock_goods alter sg_quantity type numeric(8,4);
update version set val=28;
commit;