Updates to invoice

This commit is contained in:
Deon George
2019-06-08 22:33:03 +10:00
parent d8b9bb9188
commit c45f5136fe
5 changed files with 63 additions and 51 deletions

View File

@@ -303,7 +303,7 @@
dataType: "html",
cache: true,
url: '{{ url('product_info') }}'+'/'+$(this).val(),
timeout: 3000,
timeout: 5000,
error: function(x) {
alert("Failed to submit");
},
@@ -318,7 +318,7 @@
dataType: "html",
cache: true,
url: '{{ url('product_order') }}'+'/'+$(this).val(),
timeout: 3000,
timeout: 5000,
error: function(x) {
alert("Failed to submit");
},