mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 09:01:40 +01:00
Debug v20
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user