mirror of
https://github.com/Karaka-Management/oms-ItemManagement.git
synced 2026-02-15 19:58:40 +00:00
bump
This commit is contained in:
parent
a5ce0aea7d
commit
10752eee16
|
|
@ -262,8 +262,8 @@ final class BackendController extends Controller
|
||||||
|
|
||||||
foreach ($results as $result) {
|
foreach ($results as $result) {
|
||||||
if (!isset($reserved[(int) $result['billing_bill_element_item']])) {
|
if (!isset($reserved[(int) $result['billing_bill_element_item']])) {
|
||||||
$reserved[$t->item] = 0;
|
$reserved[(int) $result['billing_bill_element_item']] = 0;
|
||||||
$ordered[$t->item] = 0;
|
$ordered[(int) $result['billing_bill_element_item']] = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($result['billing_type_name'] === 'sales_order_confirmation') {
|
if ($result['billing_type_name'] === 'sales_order_confirmation') {
|
||||||
|
|
|
||||||
|
|
@ -258,6 +258,8 @@ echo $this->data['nav']->render();
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php
|
<?php
|
||||||
$newestInvoices = SalesBillMapper::getAll()
|
$newestInvoices = SalesBillMapper::getAll()
|
||||||
|
->with('client')
|
||||||
|
->with('client/account')
|
||||||
->with('type')
|
->with('type')
|
||||||
->with('type/l11n')
|
->with('type/l11n')
|
||||||
->where('type/transferType', BillTransferType::SALES)
|
->where('type/transferType', BillTransferType::SALES)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user