map-customer.tpl to customer-map.tpl

This commit is contained in:
Ibnu Maksum 2024-03-23 12:16:42 +07:00
parent 177cdef1cd
commit 273d98f3ad
No known key found for this signature in database
GPG key ID: 7FC82848810579E5
2 changed files with 1 additions and 1 deletions

View file

@ -38,7 +38,7 @@ switch ($action) {
$ui->assign('xheader', '<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.3/dist/leaflet.css">');
$ui->assign('_title', Lang::T('Customer Geo Location Information'));
$ui->assign('xfooter', '<script src="https://unpkg.com/leaflet@1.9.3/dist/leaflet.js"></script>');
$ui->display('map-customer.tpl');
$ui->display('customer-map.tpl');
break;
default: