fix : The property chid does not seem to exist on PaymentVAT
@@ -290,7 +290,7 @@ if ($action == 'create') {
print "</tr>\n";
$total += $objp->total;
$total_ttc += $objp->total_ttc;
- $totalrecu += $objp->am;
+ $totalrecu += $objp->amount;
$i++;
}
if ($i > 1) {
@@ -96,6 +96,21 @@ class PaymentVAT extends CommonObject
*/
public $fk_user_modif;
+ /**
+ * @var int ID
+ */
+ public $chid;
+
+ * @var integer|string datepaye
+ public $datepaye;
+ * @var integer|string paiementtype
+ public $paiementtype;
/**
* Constructor
*
@@ -49,6 +49,12 @@ class Tva extends CommonObject
public $picto = 'payment';
+ * @deprecated
+ * @see $amount
+ public $total;
public $tms;
public $datep;
public $datev;
@@ -81,6 +87,11 @@ class Tva extends CommonObject
const STATUS_UNPAID = 0;
const STATUS_PAID = 1;