From e8a02a971d4a33b4fa0d8c7a694c175834c8c6ad Mon Sep 17 00:00:00 2001 From: Maxime Kohlhaas Date: Fri, 30 Nov 2018 23:05:12 +0100 Subject: [PATCH] Fix #9074 --- htdocs/fourn/class/paiementfourn.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/fourn/class/paiementfourn.class.php b/htdocs/fourn/class/paiementfourn.class.php index ea979cd607d..a3dcfa5fdf5 100644 --- a/htdocs/fourn/class/paiementfourn.class.php +++ b/htdocs/fourn/class/paiementfourn.class.php @@ -601,6 +601,7 @@ class PaiementFourn extends Paiement $this->ref = 'SPECIMEN'; $this->specimen=1; $this->facid = 1; + $this->socid = 1; $this->datepaye = $nownotime; }