Fix field price

This commit is contained in:
Ibnu Maksum
2023-08-15 13:24:44 +07:00
parent ad0f4599e7
commit db2b5edff5
3 changed files with 3 additions and 3 deletions

View File

@ -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');