mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2026-03-03 02:57:01 +00:00
Updated translations
This commit is contained in:
@@ -91,7 +91,6 @@ class Location extends BaseModel
|
||||
'is_shipping_location',
|
||||
'client_id',
|
||||
'vendor_id',
|
||||
'phone',
|
||||
];
|
||||
|
||||
protected $casts = [
|
||||
|
||||
@@ -48,7 +48,7 @@ class LocationTransformer extends EntityTransformer
|
||||
'name' => (string) $location->name ?: '',
|
||||
'address1' => $location->address1 ?: '',
|
||||
'address2' => $location->address2 ?: '',
|
||||
'phone' => $location->phone ?: '',
|
||||
// 'phone' => $location->phone ?: '',
|
||||
'city' => $location->city ?: '',
|
||||
'state' => $location->state ?: '',
|
||||
'postal_code' => $location->postal_code ?: '',
|
||||
|
||||
Reference in New Issue
Block a user