update oqs and add to extisting

This commit is contained in:
Aung Myo
2018-09-11 15:30:43 +06:30
parent a51f927f4c
commit 1dee84d733
4 changed files with 10 additions and 6 deletions

View File

@@ -1124,6 +1124,7 @@ $('#request_bills').click(function() {
if($('#request_bills').is(":visible")) {
$('#request_bills').prop("disabled",true);
}
localStorage.setItem("tax_type", "all");
$.ajax({
type: "GET",
url: ajax_url,