ticket summary invoiceOut popover
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
98157fc45a
commit
f28f88a100
|
@ -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 = {};
|
||||
|
||||
|
|
Loading…
Reference in New Issue