diff --git a/app/Views/invoice_form.php b/app/Views/invoice_form.php index a8a6852c..8d1fc095 100755 --- a/app/Views/invoice_form.php +++ b/app/Views/invoice_form.php @@ -483,13 +483,13 @@ if (isset($invoice_item_details[0]['to_subscription']) && !empty($invoice_item_d
| Publisher Code | -Publisher Item Count | -Publisher Total Cost | -Book Name | -Item Count | -Payment method | -Total Cost | +Publisher Code | +Publisher Item Count | +Publisher Total Cost | +Book Name | +Item Count | +Payment method | +Total Cost |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| = isset($row->publisher_code) ? $row->publisher_code : '-' ?> | -= $row->publisher_item_count ?> | -= number_format($row->publisher_total_cost, 2) ?> | -= $book->book_name ?> | -= $book->item_count ?> | -= strtoupper($row->payment_method) ?> | -= number_format($book->total_cost, 2) ?> | -|||||||
| = isset($row->publisher_code) ? $row->publisher_code : '-' ?> | += $row->publisher_item_count ?> | += number_format($row->publisher_total_cost, 2) ?> | += $book->book_name ?> | += $book->item_count ?> | += strtoupper($row->payment_method) ?> | += number_format($book->total_cost, 2) ?> | +|||||||
| Total | ++ | ||||||||||||