mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for statements
This commit is contained in:
parent
0dce4fc843
commit
1010385f4c
@ -124,6 +124,7 @@ class GenerateStatementData
|
|||||||
$item->custom_value2 = $payment->present()->payment_type;
|
$item->custom_value2 = $payment->present()->payment_type;
|
||||||
$item->cost = $payment->getCompletedAmount();
|
$item->cost = $payment->getCompletedAmount();
|
||||||
$item->invoice_item_type_id = 3;
|
$item->invoice_item_type_id = 3;
|
||||||
|
$item->notes = $payment->transaction_reference ?: ' ';
|
||||||
$data->push($item);
|
$data->push($item);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user