mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
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:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user