Surface branches and team as explicit settings sections.
Deploy Ladill POS / deploy (push) Successful in 37s
Deploy Ladill POS / deploy (push) Successful in 37s
Embed branch list, switching, and team invites on the main settings page; dedicated routes redirect back with anchors. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -99,7 +99,7 @@ class PosMultiBranchTest extends TestCase
|
||||
'currency' => 'GHS',
|
||||
'service_style' => 'retail',
|
||||
])
|
||||
->assertRedirect(route('pos.branches.index'));
|
||||
->assertRedirect(route('pos.settings').'#branches');
|
||||
|
||||
$this->assertSame(2, PosLocation::owned($owner->public_id)->count());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user