2
0
forked from Wavyzz/dolibarr

FIX Must not be able to edit vat of all lines if not draft

This commit is contained in:
Laurent Destailleur
2021-02-02 16:12:03 +01:00
parent bd9eb4c949
commit c5201b95bb
5 changed files with 12 additions and 1 deletions

View File

@@ -1824,6 +1824,8 @@ class Commande extends CommonOrder
$this->project = null; // Clear if another value was already set by fetch_projet
$this->statut = $obj->fk_statut;
$this->status = $obj->fk_statut;
$this->user_author_id = $obj->fk_user_author;
$this->user_valid = $obj->fk_user_valid;
$this->total_ht = $obj->total_ht;