From cde540fb2a0cee5605473ebdf8a1c9ffe9e3bc48 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Sat, 21 May 2022 22:10:45 +0200 Subject: [PATCH] fix : The property paiementtype does not seem to exist on PaymentVAT --- htdocs/compta/tva/class/paymentvat.class.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/compta/tva/class/paymentvat.class.php b/htdocs/compta/tva/class/paymentvat.class.php index 828ac98a700..cbdb4887869 100644 --- a/htdocs/compta/tva/class/paymentvat.class.php +++ b/htdocs/compta/tva/class/paymentvat.class.php @@ -106,6 +106,11 @@ class PaymentVAT extends CommonObject */ public $datepaye; + /** + * @var integer|string paiementtype + */ + public $paiementtype; + /** * Constructor *