diff --git a/app/Views/stock/CoatingMachineDetail.php b/app/Views/stock/CoatingMachineDetail.php
index ae106fe5..1d1a29a4 100644
--- a/app/Views/stock/CoatingMachineDetail.php
+++ b/app/Views/stock/CoatingMachineDetail.php
@@ -365,9 +365,7 @@
"
class="form-control "
- data-provide="datepicker"
- data-date-format="M-yyyy"
- data-date-min-view-mode="1" readonly>
+ readonly>
@@ -1713,8 +1711,7 @@
$('#changeMonthForm').submit();
});
- $(document).ready(function(){
- $('#month').datepicker({
+ $('#month').datepicker({
format: 'M-yyyy',
viewMode: 'months',
minViewMode: 'months',
@@ -1723,7 +1720,6 @@
startDate: new Date(2025, 0), // Jan is month 0
endDate: new Date() // current date as max
});
- })
diff --git a/app/Views/stock/drierMachineDetails.php b/app/Views/stock/drierMachineDetails.php
index 1e958eec..e990901d 100644
--- a/app/Views/stock/drierMachineDetails.php
+++ b/app/Views/stock/drierMachineDetails.php
@@ -327,9 +327,7 @@ $datefordropdown = format_date($datefordropdown, 0, 'M-Y');
"
class="form-control "
- data-provide="datepicker"
- data-date-format="M-yyyy"
- data-date-min-view-mode="1" readonly>
+ readonly>
@@ -1585,11 +1583,23 @@ $datefordropdown = format_date($datefordropdown, 0, 'M-Y');
diff --git a/app/Views/stock/trpProductionStockDetails.php b/app/Views/stock/trpProductionStockDetails.php
index 52a227c6..18e1c5c2 100644
--- a/app/Views/stock/trpProductionStockDetails.php
+++ b/app/Views/stock/trpProductionStockDetails.php
@@ -315,6 +315,8 @@
display: none;
}
+
+
diff --git a/app/Views/stock/trpSandUseStockDetails.php b/app/Views/stock/trpSandUseStockDetails.php
index 66d41a47..3767b999 100644
--- a/app/Views/stock/trpSandUseStockDetails.php
+++ b/app/Views/stock/trpSandUseStockDetails.php
@@ -353,9 +353,7 @@
"
class="form-control "
- data-provide="datepicker"
- data-date-format="M-yyyy"
- data-date-min-view-mode="1" readonly
+ readonly
style="max-width: 175px;">
@@ -1035,13 +1033,11 @@