mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Got rid of the due date and used client_net_terms if not used use the system default net terms
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
$config_no_records = "There is nothing here!";
|
||||
$config_default_expense_account = "";
|
||||
$config_default_payment_account = "";
|
||||
$config_default_net_terms = "";
|
||||
$config_default_net_terms = 7;
|
||||
|
||||
$sql = mysqli_query($mysqli,"SELECT * FROM settings");
|
||||
$row = mysqli_fetch_array($sql);
|
||||
|
||||
Reference in New Issue
Block a user