Added material type 4 (Bundle Individual) on livewire, blade, exporter, resource and create page
This commit is contained in:
@@ -50,6 +50,7 @@ class InvoiceDataTable extends Component
|
||||
'refreshEmptyInvoice' => 'loadEmptyData',
|
||||
'refreshInvoiceData' => 'loadData',
|
||||
'refreshMaterialInvoiceData' => 'loadMaterialData',
|
||||
'refreshMaterialInvoiceData1' => 'loadMaterialData1',
|
||||
'openCapacitorModal' => 'showCapacitorInputBox',
|
||||
];
|
||||
|
||||
@@ -602,6 +603,8 @@ class InvoiceDataTable extends Component
|
||||
$row['material_type'] = 'Bundle';
|
||||
} elseif ($matType === 3) {
|
||||
$row['material_type'] = 'Quantity';
|
||||
} elseif ($matType === 4) {
|
||||
$row['material_type'] = 'Bundle Individual';
|
||||
} else {
|
||||
$row['material_type'] = 'N/A';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user