Merge pull request #22651 from fappels/develop_supplier_order_sharing
Allow use of shared entity on supplier order create
This commit is contained in:
commit
cf9ba09354
@ -1398,7 +1398,7 @@ class CommandeFournisseur extends CommonOrder
|
||||
$sql .= ", '".$this->db->escape($this->ref_supplier)."'";
|
||||
$sql .= ", '".$this->db->escape($this->note_private)."'";
|
||||
$sql .= ", '".$this->db->escape($this->note_public)."'";
|
||||
$sql .= ", ".((int) $conf->entity);
|
||||
$sql .= ", ".setEntity($this);
|
||||
$sql .= ", ".((int) $this->socid);
|
||||
$sql .= ", ".($this->fk_project > 0 ? ((int) $this->fk_project) : "null");
|
||||
$sql .= ", '".$this->db->idate($date)."'";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user