mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-08 18:12:53 +01:00
Merge branch '11.0' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
@@ -212,6 +212,8 @@ class Reception extends CommonObject
|
||||
$this->brouillon = 1;
|
||||
$this->tracking_number = dol_sanitizeFileName($this->tracking_number);
|
||||
if (empty($this->fk_project)) $this->fk_project = 0;
|
||||
if (empty($this->weight_units)) $this->weight_units = 0;
|
||||
if (empty($this->size_units)) $this->size_units = 0;
|
||||
|
||||
$this->user = $user;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user