mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Rename table invoice_payments to just payments added per client net terms dumped new SQL DB Structure
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user