FIX Travis-CI

This commit is contained in:
Alexandre SPANGARO 2023-04-07 06:55:43 +02:00
parent eee81d3719
commit 0170979dc7

View File

@ -235,6 +235,11 @@ class FactureFournisseur extends CommonInvoice
*/
public $transport_mode_id;
/**
* @var boolean VAT reverse charge can be used on the invoice
*/
public $vat_reverse_charge;
public $extraparams = array();
/**