Feature: Part 2 - Added Default Hourly rate to settings pane, default to the default hourly rate when adding a client

This commit is contained in:
johnnyq
2023-11-06 15:05:07 -05:00
parent 1f0d2ff1ab
commit 91924bc239
4 changed files with 14 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ $config_default_payment_method = $row['config_default_payment_method'];
$config_default_expense_payment_method = $row['config_default_expense_payment_method'];
$config_default_calendar = intval($row['config_default_calendar']);
$config_default_net_terms = intval($row['config_default_net_terms']);
$config_default_hourly_rate = floatval($row['config_default_hourly_rate']);
// Invoice
$config_invoice_prefix = $row['config_invoice_prefix'];