Fix travis

This commit is contained in:
andreubisquerra 2020-08-22 18:46:39 +02:00 committed by GitHub
parent e8c8cb53cb
commit e36eb42568
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ class Paiement extends CommonObject
public $multicurrency_amount; // Total amount of payment (in the currency of the bank account)
public $amounts = array(); // array: invoice ID => amount for that invoice (in the main currency)>
public $multicurrency_amounts = array(); // array: invoice ID => amount for that invoice (in the invoice's currency)>
public $takepos_change = 0; // Excess received in TakePOS cash payment
public $author;