diff --git a/include/class/lettering.class.php b/include/class/lettering.class.php index ef970cad1..7306c50c3 100644 --- a/include/class/lettering.class.php +++ b/include/class/lettering.class.php @@ -44,6 +44,8 @@ #[\AllowDynamicProperties] class Lettering { + ///@todo Lettering must be rewritten and use __set and __get + /// instead of an array + data_member protected $variable=array("account"=>"account", /* the accounting of the j_id (use by Lettering_Account) */ "quick_code"=>"quick_code", /* the quick_code of the j_id (used by Lettering_Card) */ @@ -59,6 +61,10 @@ class Lettering var $sql_ledger; var $object_type; var $content; + var $fil_amount_max; + var $fil_amount_min; + var $fil_deb; + var $linked; /** * constructor