mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
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