0000900: Supplier Payment in another currency the bank charge is wrongly calculated.
[fa-stable.git] / js / inserts.js
index c9736f6955df192c1b2f281c074dabdfb2cabe4b..022ce50990f9bd81ac2c1101e7929ef5f1298b70 100644 (file)
@@ -243,7 +243,7 @@ var inserts = {
                                        save_focus(e);
                                        var asp = e.getAttribute('aspect')
                                        if (asp && asp.indexOf('process') !== -1)
-                                               JsHttpRequest.request(this, null, 60000);
+                                               JsHttpRequest.request(this, null, 600000); // ten minutes for backup
                                        else
                                                JsHttpRequest.request(this);
                                }
@@ -447,7 +447,7 @@ function setHotKeys() {
                                        if (((asp && asp.indexOf('default') !== -1) && key==13)||((asp && asp.indexOf('cancel') !== -1) && key==27)) {
                                                if (validate(el)) {
                                                        if (asp.indexOf('process') !== -1)
-                                                               JsHttpRequest.request(el, null, 60000);
+                                                               JsHttpRequest.request(el, null, 600000);
                                                        else
                                                                JsHttpRequest.request(el);
                                                }