Debug v20

This commit is contained in:
Laurent Destailleur
2024-05-22 20:40:11 +02:00
parent 5945fd8c7f
commit 01f584a43b
2 changed files with 14 additions and 6 deletions

View File

@@ -1438,6 +1438,7 @@ class Reception extends CommonObject
$this->ref = 'SPECIMEN';
$this->specimen = 1;
$this->statut = 1;
$this->status = 1;
$this->date = $now;
$this->date_creation = $now;
$this->date_valid = $now;
@@ -1454,6 +1455,10 @@ class Reception extends CommonObject
$this->note_private = 'Private note';
$this->note_public = 'Public note';
if (isModEnabled('incoterms')) {
$this->fk_incoterms = 1;
}
$nbp = 5;
$xnbp = 0;
while ($xnbp < $nbp) {