Ported:
Table Merge/Move and Kot Merge/Move
This commit is contained in:
@ -265,7 +265,7 @@ export class SalesHomeComponent implements OnInit {
|
||||
if (!this.moveTableAllowed()) {
|
||||
return;
|
||||
}
|
||||
const canMergeTables = (this.auth.user.perms.indexOf('merge-tables') === -1);
|
||||
const canMergeTables = (this.auth.user.perms.indexOf('merge-tables') !== -1);
|
||||
this.dialog.open(TablesDialogComponent, {
|
||||
// width: '750px',
|
||||
data: {
|
||||
|
||||
Reference in New Issue
Block a user