Optional attribute for using quantity

This commit is contained in:
Dany De Bontridder 2022-09-03 18:49:17 +02:00 committed by sparkyx
parent a308aed423
commit 868d78a862
6 changed files with 125 additions and 54 deletions

View file

@ -58,6 +58,7 @@ class Jrn_def_SQL extends Table_Data_SQL
, "currency_id"=>"currency_id"
, "jrn_def_negative_amount"=>"jrn_def_negative_amount"
, "jrn_def_negative_warning"=>"jrn_def_negative_warning"
, 'jrn_def_quantity'=>'jrn_def_quantity'
);
/*
* Type of columns
@ -83,6 +84,7 @@ class Jrn_def_SQL extends Table_Data_SQL
, "currency_id"=>"numeric"
, "jrn_def_negative_amount"=>"text"
,"jrn_def_negative_warning"=>"text"
,'jrn_def_quantity'=>"numeric"
);
$this->default=array(