Updated the way quotes get incremented using settings next number with prefix instead of just adding 1 to the latest quote

This commit is contained in:
johnny@pittpc.com
2019-08-12 13:19:15 -04:00
parent 4427c7ab49
commit 2eeef5b218
6 changed files with 167 additions and 112 deletions

View File

@@ -20,6 +20,9 @@ $config_company_site = $row['config_company_site'];
$config_quote_footer = $row['config_quote_footer'];
$config_quote_email_subject = $row['config_quote_email_subject'];
$config_quote_next_number = $row['config_quote_next_number'];
$config_quote_prefix = $row['config_quote_prefix'];
$config_smtp_host = $row['config_smtp_host'];
$config_smtp_username = $row['config_smtp_username'];