New: Add ref_client field on template invoice

This commit is contained in:
Ferran Marcet 2019-05-02 11:04:55 +02:00
parent 7a651b5071
commit be17e31be1

View File

@ -1009,7 +1009,7 @@ if ($action == 'create')
// Ref Client
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>';
// Third party