print bill bug
This commit is contained in:
parent
b541b0a2c2
commit
e139e71199
@ -362,7 +362,7 @@ class Bills extends Controller
|
||||
{
|
||||
$paid = 0;
|
||||
|
||||
foreach ($bill->payments as $item) {
|
||||
foreach ($bill->transactions as $item) {
|
||||
$amount = $item->amount;
|
||||
|
||||
if ($bill->currency_code != $item->currency_code) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user