Added material_type 3
This commit is contained in:
@@ -147,6 +147,10 @@ class InvoiceDataTable extends Component
|
|||||||
{
|
{
|
||||||
$row['material_type'] = 'Bundle';
|
$row['material_type'] = 'Bundle';
|
||||||
}
|
}
|
||||||
|
else if($matType === 3)
|
||||||
|
{
|
||||||
|
$row['material_type'] = 'Quantity';
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$row['material_type'] = 'N/A';
|
$row['material_type'] = 'N/A';
|
||||||
|
|||||||
Reference in New Issue
Block a user