2
0
forked from Wavyzz/dolibarr

Merge pull request #24164 from frederic34/multidiroutput

use a fonction to get multidir output
This commit is contained in:
Laurent Destailleur
2023-03-18 10:56:25 +01:00
committed by GitHub
5 changed files with 31 additions and 9 deletions

View File

@@ -3978,6 +3978,7 @@ class Commande extends CommonOrder
$this->id = 0;
$this->ref = 'SPECIMEN';
$this->specimen = 1;
$this->entity = $conf->entity;
$this->socid = 1;
$this->date = time();
$this->date_lim_reglement = $this->date + 3600 * 24 * 30;