From 1d0d3f13abb3ed32ca4a16d6b55a8b01c07631b5 Mon Sep 17 00:00:00 2001 From: Ibnu Maksum Date: Fri, 15 Mar 2024 10:43:49 +0700 Subject: [PATCH] 2024.3.14 --- CHANGELOG.md | 5 +++++ init.php | 1 - ui/ui/router-error.tpl | 7 ++++--- version.json | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b585be..78b2b19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ # CHANGELOG +## 2024.3.15 + +- Fix Customer View to list active Plan +- Additional Bill using Customer Attributes + ## 2024.3.14 - Add Note to Invoices diff --git a/init.php b/init.php index 2779888..24dd904 100644 --- a/init.php +++ b/init.php @@ -37,7 +37,6 @@ function _autoloader($class) } spl_autoload_register('_autoloader'); - if (!file_exists($root_path . 'config.php')) { $root_path .= '..' . DIRECTORY_SEPARATOR; if (!file_exists($root_path . 'config.php')) { diff --git a/ui/ui/router-error.tpl b/ui/ui/router-error.tpl index f796a75..44321cd 100644 --- a/ui/ui/router-error.tpl +++ b/ui/ui/router-error.tpl @@ -54,17 +54,18 @@
  • Make sure your hosting not blocking port to external
  • Make sure your Mikrotik accessible from PHPNuxBill
  • + If you just update PHPNuxBill from upload files, try click Update Database