mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Got rid of the due date and used client_net_terms if not used use the system default net terms
This commit is contained in:
@@ -131,6 +131,10 @@
|
||||
$client_name = $row['client_name'];
|
||||
$category_id = $row['category_id'];
|
||||
$category_name = $row['category_name'];
|
||||
$client_net_terms = $row['client_net_terms'];
|
||||
if($client_net_terms == 0){
|
||||
$client_net_terms = $config_default_net_terms;
|
||||
}
|
||||
|
||||
$now = time();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user