@@ -15,8 +14,8 @@
-->
-
-
+
+
@@ -79,7 +78,6 @@ $tree .= "]";
var id = $(this).attr("id").substr(8);
showLedger(id);
});
-
function getAccounts(id) {
$("#accountsContainer").empty();
$.ajax({
@@ -94,7 +92,6 @@ $tree .= "]";
});
}
getAccountsAll();
-
function getAccountsAll() {
$("#accountsContainer").html("");
$.ajax({
@@ -107,7 +104,6 @@ $tree .= "]";
}
});
}
-
function showLedger(id) {
// $("#accountsContainer").html("");
alert(id);
diff --git a/account/application/views/accounts/vouchers/listvouchers.php b/account/application/views/accounts/vouchers/listvouchers.php
index 7ce5746..1282cbc 100644
--- a/account/application/views/accounts/vouchers/listvouchers.php
+++ b/account/application/views/accounts/vouchers/listvouchers.php
@@ -1,17 +1,12 @@
-
diff --git a/account/dist/css/bbnepalcustom.css b/account/dist/css/bbnepalcustom.css
index 698dfcf..9ebbb70 100644
--- a/account/dist/css/bbnepalcustom.css
+++ b/account/dist/css/bbnepalcustom.css
@@ -131,4 +131,7 @@ margin-bottom: .5rem;
}
.select2-container .select2-selection--single {
height: 30px!important;
+}
+.mt-26{
+ margin-top: 26px;
}
\ No newline at end of file
-
@@ -42,8 +36,6 @@
$vouchertype_id = isset($_GET['vouchertypes']) ? $_GET['vouchertypes'] : '';
$this->myaccounts->listVouchers($fromDate, $toDate, $account_id, $vouchertype_id, true);
?>
-
-
-
-