bugfix
This commit is contained in:
parent
dfb93771ee
commit
4e51bb5c62
@ -612,7 +612,7 @@ if ($_GET['propalid'] > 0)
|
||||
print '</td><td colspan="3">';
|
||||
if ($user->rights->propale->creer && $_GET['action'] == 'refclient')
|
||||
{
|
||||
print '<form action="fiche.php?propalid='.$propalid.'" method="post">';
|
||||
print '<form action="propal.php?propalid='.$propalid.'" 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').'">';
|
||||
|
||||
@ -51,6 +51,7 @@ class Propal
|
||||
var $projetidp;
|
||||
var $author;
|
||||
var $ref;
|
||||
var $ref_client;
|
||||
var $status;
|
||||
var $datep;
|
||||
var $fin_validite;
|
||||
@ -68,7 +69,7 @@ class Propal
|
||||
var $note;
|
||||
var $note_public;
|
||||
|
||||
var $date_livraison;
|
||||
var $date_livraison;
|
||||
var $adresse_livraison_id;
|
||||
|
||||
var $labelstatut=array();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user