mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-03 17:54:41 +02:00
Fix field price
This commit is contained in:
parent
ad0f4599e7
commit
db2b5edff5
3 changed files with 3 additions and 3 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue