New: Add ref_client field on template invoice
This commit is contained in:
parent
7a651b5071
commit
be17e31be1
@ -1009,7 +1009,7 @@ if ($action == 'create')
|
|||||||
|
|
||||||
// Ref Client
|
// Ref Client
|
||||||
print '<tr><td class="titlefieldcreate">'.$langs->trans("RefCustomer").'</td><td>';
|
print '<tr><td class="titlefieldcreate">'.$langs->trans("RefCustomer").'</td><td>';
|
||||||
print '<input class="flat quatrevingtpercent" type="text" name="ref_client" value="'.GETPOST('ref_client','alpha').'">';
|
print '<input class="flat quatrevingtpercent" type="text" name="ref_client" value="'.GETPOST('ref_client', 'alpha').'">';
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|
||||||
// Third party
|
// Third party
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user