Entry_Date); echo $entryDate->format('F j, Y, g:i A'); ?>
-
-
-
-
-
No Loan History Found
-
-
-
-
-
+
+
Loan History
+
+
+
+
Due Amount
+
Balance Amount
+
Debit Date
+
+
+
+
+
+
+
Due_Amount, 2); ?>
+
Balance_Amount, 2); ?>
+
Entry_Date);
+ echo $entryDate->format('F j, Y, g:i A'); ?>
+
+
+
+
+
No Loan History Found
+
+
+
+
+
@@ -383,10 +381,6 @@ if (!empty($emppay)) {
+
\ No newline at end of file
diff --git a/app/Views/editRevenueAmendPO.php b/app/Views/editRevenueAmendPO.php
index 46dff31a..be615a82 100755
--- a/app/Views/editRevenueAmendPO.php
+++ b/app/Views/editRevenueAmendPO.php
@@ -1554,7 +1554,7 @@ if (!empty($INRSYMBOL)) {
-
+
@@ -2270,6 +2270,7 @@ if (!empty($INRSYMBOL)) {
$('#BudgetType').attr("style", "pointer-events: none;");
$('#EditRevenue').click(function () {
+ console.log("####");
tinyMCE.triggerSave();
if (validateEditRevenueTax() && validateEditExceedLimit()) {
var CostCode = $("#EditCostCenter").val();
@@ -2407,7 +2408,7 @@ if (!empty($INRSYMBOL)) {
}
function populateValueMainFormForEditRevenueTax() {
- var rows = document.getElementById('revenueTax').rows.length;
+ var rows = $('#revenueTax tbody tr').length;
var totBasicAmt = 0;
var totDiscountAmt = 0;
var totPackagingAmt = 0;
@@ -2483,7 +2484,8 @@ if (!empty($INRSYMBOL)) {