update
This commit is contained in:
parent
8b0c92100a
commit
277fffdf62
@ -81,7 +81,7 @@ class QuotationDetailLists extends BaseAdminDataLists implements ListsSearchInte
|
|||||||
$item['product_brand'] = $material['brand'];
|
$item['product_brand'] = $material['brand'];
|
||||||
$item['product_parameter_description'] = $material['parameter_description'];
|
$item['product_parameter_description'] = $material['parameter_description'];
|
||||||
$item['product_unit'] = $material['unit'];
|
$item['product_unit'] = $material['unit'];
|
||||||
$item['tax_rate'] = $item->tax_rate_text.'%';
|
$item['tax_rate_text'] = $item->tax_rate_text;
|
||||||
})
|
})
|
||||||
->toArray();
|
->toArray();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user