From db2b5edff5fbd61e075e94525bf008762bf5e495 Mon Sep 17 00:00:00 2001 From: Ibnu Maksum Date: Tue, 15 Aug 2023 13:24:44 +0700 Subject: [PATCH] Fix field price --- system/controllers/services.php | 2 +- ui/ui/hotspot-add.tpl | 2 +- ui/ui/hotspot-edit.tpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/system/controllers/services.php b/system/controllers/services.php index d36277d7..ed44feb3 100644 --- a/system/controllers/services.php +++ b/system/controllers/services.php @@ -91,7 +91,7 @@ switch ($action) { $data_limit = _post('data_limit'); $data_unit = _post('data_unit'); $id_bw = _post('id_bw'); - $price = _post('pricebp'); + $price = _post('price'); $sharedusers = _post('sharedusers'); $validity = _post('validity'); $validity_unit = _post('validity_unit'); diff --git a/ui/ui/hotspot-add.tpl b/ui/ui/hotspot-add.tpl index 67a4a972..d59cad75 100644 --- a/ui/ui/hotspot-add.tpl +++ b/ui/ui/hotspot-add.tpl @@ -84,7 +84,7 @@
{$_c['currency_code']} - +
diff --git a/ui/ui/hotspot-edit.tpl b/ui/ui/hotspot-edit.tpl index 3f3edc3d..d43afab4 100644 --- a/ui/ui/hotspot-edit.tpl +++ b/ui/ui/hotspot-edit.tpl @@ -84,7 +84,7 @@
{$_c['currency_code']} - +