Merge pull request '2278-ticket_summary_invoiceOut' (#286) from 2278-ticket_summary_invoiceOut into dev
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
This commit is contained in:
commit
21bb4a778c
|
@ -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