Var to public

Improve code style
This commit is contained in:
Gustavo Novaro 2016-12-23 12:44:07 -03:00 committed by GitHub
parent 46a8041143
commit 76999cf41e

View File

@ -37,7 +37,7 @@ class Facturation
* int $prix => Prix HT du produit en cours
* int $tva => 'rowid' du taux de tva dans llx_c_tva
*/
var $id;
public $id;
protected $ref;
protected $qte;
protected $stock;