diff --git a/app/Views/POlist.php b/app/Views/POlist.php
index da983066..66ffaf2c 100755
--- a/app/Views/POlist.php
+++ b/app/Views/POlist.php
@@ -169,11 +169,40 @@
StatusCode;
- if ($statusCode == PO_DRAFT || $statusCode == PO_CREATED) { ?>
-
|
+ if ($statusCode == PO_DRAFT || $statusCode == PO_CREATED) {
+
+
+
+ ?>
+
+
+
+
+
+
+
+ |
- |
+ } else {
+
+ ?>
+
+
+
+
+
+
+
+
+
+
+ |
@@ -278,4 +307,9 @@ $(document).ready(function() {
}
});
});
+
+$(document).ready(function(){
+ $('[data-toggle="tooltip"]').tooltip();
+});
+
\ No newline at end of file
diff --git a/app/Views/addEmployeenew.php b/app/Views/addEmployeenew.php
index 227b5bfd..38b68481 100755
--- a/app/Views/addEmployeenew.php
+++ b/app/Views/addEmployeenew.php
@@ -848,6 +848,25 @@
onkeypress="return alpha(event);">
+
+
+
+