Ported:
Table Merge/Move and Kot Merge/Move
This commit is contained in:
@ -133,7 +133,7 @@ export class BillsComponent implements OnInit {
|
||||
}
|
||||
|
||||
moveKot(kot: Kot) {
|
||||
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