From 2bbdd56fef06a897ca0bb2c9b617ec9f5087b815 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Sun, 22 May 2022 15:26:12 +0200 Subject: [PATCH] fix : The property totalpaye does not exist on Tva --- htdocs/compta/tva/class/tva.class.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/compta/tva/class/tva.class.php b/htdocs/compta/tva/class/tva.class.php index b30cc185a98..6b8fe0b8c05 100644 --- a/htdocs/compta/tva/class/tva.class.php +++ b/htdocs/compta/tva/class/tva.class.php @@ -62,6 +62,11 @@ class Tva extends CommonObject public $type_payment; public $num_payment; + /** + * @var integer|string totalpaye + */ + public $totalpaye; + /** * @var string label */