From c711f82bba1822ed5242765b65a4b8309a5eed21 Mon Sep 17 00:00:00 2001 From: Ibnu Maksum Date: Thu, 25 Jul 2024 09:17:01 +0700 Subject: [PATCH] fix customer view --- ui/ui/customers-view.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/ui/customers-view.tpl b/ui/ui/customers-view.tpl index 1d5e9ffa..534d8d21 100644 --- a/ui/ui/customers-view.tpl +++ b/ui/ui/customers-view.tpl @@ -24,16 +24,16 @@
  • {Lang::nl2br($d['address'])}
  • - {Lang::T('City')} {Lang::T($d['city'])} + {Lang::T('City')} {$d['city']}
  • - {Lang::T('District')} {Lang::T($d['district'])} + {Lang::T('District')} {$d['district']}
  • - {Lang::T('State')} {Lang::T($d['state'])} + {Lang::T('State')} {$d['state']}
  • - {Lang::T('Zip')} {Lang::T($d['zip'])} + {Lang::T('Zip')} {$d['zip']}
  • {Lang::T('Password')}