Skip to content
Snippets Groups Projects
Commit 76999cf4 authored by Gustavo Novaro's avatar Gustavo Novaro Committed by GitHub
Browse files

Var to public

Improve code style
parent 46a80411
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment