delete coment code
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Bernat Exposito Domenech 2020-06-23 11:22:33 +02:00
parent 6a021b5767
commit ee2a4771ff
1 changed files with 0 additions and 9 deletions

View File

@ -23,15 +23,6 @@ class Controller extends Descriptor {
this.showSMSDialog();
}
// get isEditable() {
// try {
// console.log('!this.ticket.tracking.state.alertLevel', !this.ticket.tracking.state.alertLevel);
// return !this.ticket.tracking.state.alertLevel;
// } catch (e) {}
// console.log('!this.ticket.tracking.state.alertLevel', this.ticket.tracking);
// return true;
// }
get isInvoiced() {
return this.ticket.refFk !== null;
}