diff --git a/agent/clients.php b/agent/clients.php index 04750196..d1d057db 100644 --- a/agent/clients.php +++ b/agent/clients.php @@ -152,6 +152,12 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); Set Hourly Rate + + Set Net Terms + + diff --git a/agent/modals/client/client_bulk_edit_net_terms.php b/agent/modals/client/client_bulk_edit_net_terms.php new file mode 100644 index 00000000..8ffc9971 --- /dev/null +++ b/agent/modals/client/client_bulk_edit_net_terms.php @@ -0,0 +1,52 @@ + + + + +
+ + + + + + +
+ +$net_terms days for $count client(s)"); + } + + redirect(); + +} + if (isset($_POST['bulk_assign_client_tags'])) { validateCSRFToken($_POST['csrf_token']);