Ver a proveniência

Merge branch 'develop' into staging

pull/2/head
mbauskar há 7 anos
ascendente
cometimento
4af62ed3de
1 ficheiros alterados com 9 adições e 0 eliminações
  1. +9
    -0
      payments/templates/includes/third_party_apps.js

+ 9
- 0
payments/templates/includes/third_party_apps.js Ver ficheiro

@@ -0,0 +1,9 @@
frappe.ready(() => {
$(".btn-delete-app").on("click", function(event) {
frappe.call({
method:"frappe.www.third_party_apps.delete_client",
args: {"client_id": $(this).data("client_id"),
}
}).done(r => location.href="/third_party_apps");
});
});

Carregando…
Cancelar
Guardar