Merge pull request #10110 from atm-maxime/fix_supp_pay_specimen

Fix #9074
This commit is contained in:
Juanjo Menent 2018-11-30 23:57:49 +01:00 committed by GitHub
commit d1df592c7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -601,6 +601,7 @@ class PaiementFourn extends Paiement
$this->ref = 'SPECIMEN';
$this->specimen=1;
$this->facid = 1;
$this->socid = 1;
$this->datepaye = $nownotime;
}