diff --git a/CHANGELOG.md b/CHANGELOG.md index f89ef8ab..5bf3a1d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ # CHANGELOG +## 2024.3.23 + +- Maps full height +- Show Get Directions instead Coordinates +- Maps Label always show + ## 2024.3.22 - Fix Broadcast Message by @Focuslinkstech diff --git a/system/controllers/customers.php b/system/controllers/customers.php index 4a62781d..b956613c 100644 --- a/system/controllers/customers.php +++ b/system/controllers/customers.php @@ -245,6 +245,7 @@ switch ($action) { $ui->assign('v', $v); $ui->assign('d', $customer); $ui->assign('customFields', $customFields); + $ui->assign('xheader', $leafletpickerHeader); $ui->display('customers-view.tpl'); } else { r2(U . 'customers/list', 'e', $_L['Account_Not_Found']); diff --git a/ui/ui/customers-view.tpl b/ui/ui/customers-view.tpl index 755130e0..8cb1ae3d 100644 --- a/ui/ui/customers-view.tpl +++ b/ui/ui/customers-view.tpl @@ -37,14 +37,6 @@ onclick="this.select()"> {/if} - {if $d['coordinates']} -