mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
New Feature: Added Hourly Rate to Client
This commit is contained in:
@@ -34,6 +34,7 @@ if (isset($_GET['client_id'])) {
|
||||
if ($client_net_terms == 0) {
|
||||
$client_net_terms = $config_default_net_terms;
|
||||
}
|
||||
$client_rate = floatval($row['client_rate']);
|
||||
$client_notes = htmlentities($row['client_notes']);
|
||||
$client_created_at = htmlentities($row['client_created_at']);
|
||||
$primary_contact = intval($row['primary_contact']);
|
||||
|
||||
Reference in New Issue
Block a user