diff --git a/app/Controllers/Purchaseorder.php b/app/Controllers/Purchaseorder.php
index ac0417e5..08c09ede 100755
--- a/app/Controllers/Purchaseorder.php
+++ b/app/Controllers/Purchaseorder.php
@@ -11,6 +11,7 @@ use App\Models\Inwardgateregister_model;
use App\Models\Purchaseorder_model;
use App\Models\Requistion_model;
use Mpdf\Mpdf;
+use DateTime;
diff --git a/app/Views/AmendPOlist.php b/app/Views/AmendPOlist.php
index 4eb6dc2f..48768bd1 100755
--- a/app/Views/AmendPOlist.php
+++ b/app/Views/AmendPOlist.php
@@ -272,4 +272,25 @@
});
+
+
+
+
\ No newline at end of file
diff --git a/app/Views/POlist.php b/app/Views/POlist.php
index 00693550..02fc9969 100755
--- a/app/Views/POlist.php
+++ b/app/Views/POlist.php
@@ -313,4 +313,24 @@
$(document).ready(function() {
$('[data-toggle="tooltip"]').tooltip();
});
-
\ No newline at end of file
+
+
+
diff --git a/app/Views/expense_list.php b/app/Views/expense_list.php
index de397c4a..7c49b7c6 100755
--- a/app/Views/expense_list.php
+++ b/app/Views/expense_list.php
@@ -564,4 +564,24 @@
}
});
});
+
+
+
\ No newline at end of file
diff --git a/app/Views/porelease_view.php b/app/Views/porelease_view.php
index f350a4f1..58dee7b1 100755
--- a/app/Views/porelease_view.php
+++ b/app/Views/porelease_view.php
@@ -621,4 +621,24 @@ if (empty($Status)) {
$(document).ready(function() {
$('[data-toggle="tooltip"]').tooltip();
});
+
+
+
\ No newline at end of file
diff --git a/app/Views/viewinwardgateregister.php b/app/Views/viewinwardgateregister.php
index 920170e9..15544f58 100755
--- a/app/Views/viewinwardgateregister.php
+++ b/app/Views/viewinwardgateregister.php
@@ -1685,4 +1685,24 @@
// XLSX.writeFile(wb, 'InwardGateRegister.xlsx');
// });
+
+
+
\ No newline at end of file