Rename table invoice_payments to just payments added per client net terms dumped new SQL DB Structure

This commit is contained in:
root
2019-04-07 12:37:44 -04:00
parent 0fc29c0271
commit 513648aa59
6 changed files with 88 additions and 68 deletions

View File

@@ -19,6 +19,7 @@ if(isset($_GET['client_id'])){
$client_phone = substr($row['client_phone'],0,3)."-".substr($row['client_phone'],3,3)."-".substr($row['client_phone'],6,4);
}
$client_website = $row['client_website'];
$client_net_terms = $row['client_net_terms'];
//Badge Counts