Presentation fixes, no functional changes
This commit is contained in:
@@ -36,7 +36,7 @@ class AddressMerge extends FormRequest
|
||||
$src = Address::withTrashed()->findOrFail($request->src);
|
||||
|
||||
if ((! $dst->active) && ($dst->system_id !== $src->system_id) && ($src->system->name !== System::default))
|
||||
$fail('Destination must be active, or be from the system system');
|
||||
$fail('Destination must be active, or be from the same system');
|
||||
},
|
||||
function ($attribute,$value,$fail) use ($request) {
|
||||
$dst = Address::withTrashed()->findOrFail($value);
|
||||
|
Reference in New Issue
Block a user