diff --git a/app/Livewire/InvoiceDataTable.php b/app/Livewire/InvoiceDataTable.php index d21d275..f083022 100644 --- a/app/Livewire/InvoiceDataTable.php +++ b/app/Livewire/InvoiceDataTable.php @@ -147,6 +147,10 @@ class InvoiceDataTable extends Component { $row['material_type'] = 'Bundle'; } + else if($matType === 3) + { + $row['material_type'] = 'Quantity'; + } else { $row['material_type'] = 'N/A';