Ajout possibilit d'attribuer une ref client sur une propale, utile pour les revendeurs

This commit is contained in:
Regis Houssin 2006-06-13 14:36:54 +00:00
parent 17ee9ca44b
commit a0b32f725d

View File

@ -610,7 +610,7 @@ if ($_GET['propalid'] > 0)
print '</td><td colspan="3">';
if ($user->rights->propale->creer && $_GET['action'] == 'refclient')
{
print '<form action="fiche.php?id='.$id.'" method="post">';
print '<form action="fiche.php?propalid='.$id.'" method="post">';
print '<input type="hidden" name="action" value="set_ref_client">';
print '<input type="text" class="flat" size="20" name="ref_client" value="'.$propal->ref_client.'">';
print ' <input type="submit" class="button" value="'.$langs->trans('Modify').'">';