mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Quote notifications
- Send an internal email when quotes are accepted/declined - Clients are prompted to confirm accept/decline with confirm-link - Tidy
This commit is contained in:
1
db.sql
1
db.sql
@@ -1517,6 +1517,7 @@ CREATE TABLE `settings` (
|
||||
`config_quote_footer` text DEFAULT NULL,
|
||||
`config_quote_from_name` varchar(200) DEFAULT NULL,
|
||||
`config_quote_from_email` varchar(200) DEFAULT NULL,
|
||||
`config_quote_notification_email` varchar(200) DEFAULT NULL,
|
||||
`config_ticket_prefix` varchar(200) DEFAULT NULL,
|
||||
`config_ticket_next_number` int(11) DEFAULT NULL,
|
||||
`config_ticket_from_name` varchar(200) DEFAULT NULL,
|
||||
|
||||
Reference in New Issue
Block a user