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