mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 12:11:08 -04: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',
|
'billingAddress',
|
||||||
'shippingAddress',
|
'shippingAddress',
|
||||||
'billingAddress.country',
|
'billingAddress.country',
|
||||||
'billingAddress.state',
|
|
||||||
'billingAddress.city',
|
|
||||||
'shippingAddress.country',
|
'shippingAddress.country',
|
||||||
'shippingAddress.state',
|
|
||||||
'shippingAddress.city',
|
|
||||||
])->find($id);
|
])->find($id);
|
||||||
|
|
||||||
return response()->json([
|
return response()->json([
|
||||||
|
|||||||
Reference in New Issue
Block a user