mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-03 09:45:03 +02:00
show maps on customer view
This commit is contained in:
parent
58c4037d8c
commit
5426d9f35f
5 changed files with 56 additions and 27 deletions
|
@ -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']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue