ticket summary invoiceOut popover
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Bernat Exposito Domenech 2020-05-27 12:29:01 +02:00
parent 98157fc45a
commit f28f88a100
1 changed files with 5 additions and 0 deletions

View File

@ -37,6 +37,11 @@ class Controller extends Section {
return true;
}
showInvoiceOutDescriptor(event, refFk) {
if (!refFk) return;
this.$.invoiceOutDescriptor.show(event.target, this.summary.invoiceOut.id);
}
setOkState() {
let params = {};