mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
change supplier do date and supplier name
This commit is contained in:
@@ -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' => '',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user