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:
root
2019-05-18 20:49:30 -04:00
parent 857a298588
commit 65c961986c
13 changed files with 41 additions and 38 deletions

View File

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