Fix default value #19562

This commit is contained in:
Laurent Destailleur
2021-12-19 20:55:24 +01:00
parent f09e603bf4
commit 19efa37e4b
3 changed files with 16 additions and 13 deletions

View File

@@ -386,9 +386,6 @@ class Commande extends CommonOrder
public function __construct($db)
{
$this->db = $db;
$this->remise = 0;
$this->remise_percent = 0;
}
/**