Ajout possibilit d'attribuer une ref client sur une propale, utile pour les revendeurs
This commit is contained in:
parent
17ee9ca44b
commit
a0b32f725d
@ -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').'">';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user