diff --git a/app/Views/invoice_form.php b/app/Views/invoice_form.php index 0e5cde4a..e19b7465 100644 --- a/app/Views/invoice_form.php +++ b/app/Views/invoice_form.php @@ -725,6 +725,20 @@ $(document).ready(function() { // Set the status field to 'Approved' before submitting document.getElementById('status').value = 'Approved'; }); + + diff --git a/app/Views/subscription_form.php b/app/Views/subscription_form.php index b15df97a..bc1d0a9e 100644 --- a/app/Views/subscription_form.php +++ b/app/Views/subscription_form.php @@ -132,4 +132,18 @@ function calculateToDate() { // Attach the 'calculateToDate' function to the 'from_date' input's change event const fromDatePicker = document.getElementById('from_date'); fromDatePicker.addEventListener('change', calculateToDate); + + \ No newline at end of file diff --git a/app/Views/template/header.php b/app/Views/template/header.php index b8be13f2..468503f1 100644 --- a/app/Views/template/header.php +++ b/app/Views/template/header.php @@ -161,12 +161,7 @@ -
  • - "> - - Business - -
  • +
  • "> diff --git a/app/Views/template/topbar.php b/app/Views/template/topbar.php index 6b7ff89d..d14c21b5 100644 --- a/app/Views/template/topbar.php +++ b/app/Views/template/topbar.php @@ -225,6 +225,7 @@ +