X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fam%2Fedit_accounts.html;h=1e5b03ce925a8c9a18f7a9ea74b66ded69020c82;hb=6e6038682b1a2b6e6bc74f1eee40eba21afcb7e9;hp=297b2b8a4ccf875534b2f6dc536b4aa0679e00f1;hpb=d366e4291fa63d64a74c8c80be4aa2dac4c1223f;p=kivitendo-erp.git diff --git a/templates/webpages/am/edit_accounts.html b/templates/webpages/am/edit_accounts.html index 297b2b8a4..1e5b03ce9 100644 --- a/templates/webpages/am/edit_accounts.html +++ b/templates/webpages/am/edit_accounts.html @@ -276,16 +276,18 @@ $(function() {
- + if ( prev_desc != cur_desc || prev_accno != cur_accno ) + return confirm(kivi.t8("Do you want to set the account number \"#1\" to \"#2\" and the name \"#3\" to \"#4\"?", [prev_accno, cur_accno, prev_desc, cur_desc])); + else + return true; + } + +[% END %]