This commit is contained in:
Laurent Destailleur 2011-08-31 15:12:11 +00:00
parent 2bb5e4ba69
commit e1114102e9

View File

@ -1630,13 +1630,13 @@ if ($action == 'create')
// Credit note
print '<tr height="18"><td valign="middle">';
print '<input type="radio" name="type" value="2"'.(GETPOST('type')==2?' checked=true':'');
if (! $optionsav) print ' disabled="disabled"';
if (! $optionsav) print ' disabled="true"';
print '>';
print '</td><td valign="middle">';
$text=$langs->transnoentities("InvoiceAvoirAsk").' ';
// $text.='<input type="text" value="">';
$text.='<select class="flat" name="fac_avoir" id="fac_avoir"';
if (! $optionsav) $text.=' disabled="disabled"';
if (! $optionsav) $text.=' disabled="true"';
$text.='>';
if ($optionsav)
{