mirror of
https://github.com/itflow-org/itflow
synced 2026-04-18 02:25:40 +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);
|
||||
|
||||
|
||||
$name = sanitizeInput($_POST['name']);
|
||||
$opening_balance = floatval($_POST['opening_balance']);
|
||||
$currency_code = sanitizeInput($_POST['currency_code']);
|
||||
|
||||
Reference in New Issue
Block a user