mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-06-01 16:09:00 +00:00
Merge branch 'build-200' into 'master'
fix customer select issue See merge request mohit.panjvani/crater-web!100
This commit is contained in:
@@ -112,11 +112,7 @@ class CustomersController extends Controller
|
||||
'billingAddress',
|
||||
'shippingAddress',
|
||||
'billingAddress.country',
|
||||
'billingAddress.state',
|
||||
'billingAddress.city',
|
||||
'shippingAddress.country',
|
||||
'shippingAddress.state',
|
||||
'shippingAddress.city',
|
||||
])->find($id);
|
||||
|
||||
return response()->json([
|
||||
|
||||
Reference in New Issue
Block a user