By default, the card's attribute for Price has 4 decimal'

This commit is contained in:
Dany De Bontridder 2015-10-22 13:46:43 +02:00
parent 3d49d7ff09
commit 0be477fde8

View file

@ -250,4 +250,6 @@ begin
return;
end;
$BODY$
LANGUAGE plpgsql
LANGUAGE plpgsql ;
update attr_def set ad_extra=4 where ad_id in (6,7);