change supplier do date and supplier name

This commit is contained in:
omair saleh
2021-03-12 14:17:38 +08:00
parent 4880696eca
commit 0698488cc2
+1 -1
View File
@@ -416,7 +416,7 @@ class InvoiceController extends Controller
'marking_no' => ''
],
'seller' => [
'seller_company' => $supplier->company_name === 'Atvantic Import & Export Snd Bhd' ? : $supplier->company_name,
'seller_company' => $supplier->company_name === 'VT NATION TRADING SDN. BHD' ? 'Atvantic Import & Export Snd Bhd' : $supplier->company_name,
'address' => '',
'phone' => '',
],