mirror of
https://github.com/itflow-org/itflow
synced 2026-06-10 20:01:04 +00:00
Remove unnecessary blank line in account.php
This commit is contained in:
@@ -12,7 +12,6 @@ if (isset($_POST['add_account'])) {
|
|||||||
|
|
||||||
enforceUserPermission('module_financial', 2);
|
enforceUserPermission('module_financial', 2);
|
||||||
|
|
||||||
|
|
||||||
$name = sanitizeInput($_POST['name']);
|
$name = sanitizeInput($_POST['name']);
|
||||||
$opening_balance = floatval($_POST['opening_balance']);
|
$opening_balance = floatval($_POST['opening_balance']);
|
||||||
$currency_code = sanitizeInput($_POST['currency_code']);
|
$currency_code = sanitizeInput($_POST['currency_code']);
|
||||||
|
|||||||
Reference in New Issue
Block a user