mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 09:08:09 +01:00
Fix: Preview of delivery receipts
This commit is contained in:
@@ -784,7 +784,7 @@ class Livraison extends CommonObject
|
||||
|
||||
// Initialise parametres
|
||||
$this->id=0;
|
||||
$this->ref = 'SPECIMEN_RECEIPT';
|
||||
$this->ref = 'SPECIMEN';
|
||||
$this->specimen=1;
|
||||
$this->socid = 1;
|
||||
$this->date_delivery = $now;
|
||||
|
||||
Reference in New Issue
Block a user