mirror of https://github.com/itflow-org/itflow
add leads to client model
This commit is contained in:
parent
44e5b6c2bd
commit
fa1feba237
|
|
@ -8,3 +8,4 @@ $currency_code = sanitizeInput($_POST['currency_code']);
|
|||
$net_terms = intval($_POST['net_terms']);
|
||||
$tax_id_number = sanitizeInput($_POST['tax_id_number']);
|
||||
$notes = sanitizeInput($_POST['notes']);
|
||||
$lead = intval($_POST['lead']);
|
||||
|
|
|
|||
Loading…
Reference in New Issue