Removed Records per page as a setting and added it as session variable define at 10 by default when logged in DB Structure Updated

This commit is contained in:
johnny@pittpc.com
2021-02-10 13:40:28 -05:00
parent 45fea53441
commit 66f9e2b10f
45 changed files with 133 additions and 132 deletions

View File

@@ -26,7 +26,6 @@ $config_default_payment_method = $row['config_default_payment_method'];
$config_default_expense_payment_method = $row['config_default_expense_payment_method'];
$config_default_calendar = $row['config_default_calendar'];
$config_default_net_terms = $row['config_default_net_terms'];
$config_records_per_page = $row['config_records_per_page'];
//Invoice/Quote
$config_invoice_prefix = $row['config_invoice_prefix'];