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