[CORE] mise en commentaire des champs inutile lors de la 1ere étape de créer de demande de prix (#new_ask_price).
This commit is contained in:
parent
fedf476987
commit
5573c6a250
@ -1293,6 +1293,7 @@ if ($action == 'create')
|
|||||||
print '</tr>' . "\n";
|
print '</tr>' . "\n";
|
||||||
|
|
||||||
// Contacts (ask contact only if thirdparty already defined). TODO do this also into order and invoice.
|
// Contacts (ask contact only if thirdparty already defined). TODO do this also into order and invoice.
|
||||||
|
/* PHFAVRE retrait en temporaire
|
||||||
if ($socid > 0)
|
if ($socid > 0)
|
||||||
{
|
{
|
||||||
print "<tr><td>" . $langs->trans("DefaultContact") . '</td><td colspan="2">';
|
print "<tr><td>" . $langs->trans("DefaultContact") . '</td><td colspan="2">';
|
||||||
@ -1317,14 +1318,16 @@ if ($action == 'create')
|
|||||||
print '.';
|
print '.';
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
// Date
|
// Date
|
||||||
print '<tr><td class="fieldrequired">' . $langs->trans('Date') . '</td><td colspan="2">';
|
print '<tr><td class="fieldrequired">' . $langs->trans('Date') . '</td><td colspan="2">';
|
||||||
$form->select_date('', '', '', '', '', "addask", 1, 1);
|
$form->select_date('', '', '', '', '', "addask", 1, 1);
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|
||||||
// Validaty duration
|
// Validaty duration
|
||||||
|
/* PHFAVRE retrait en temporaire
|
||||||
print '<tr><td class="fieldrequired">' . $langs->trans("ValidityDuration") . '</td><td colspan="2"><input name="duree_validite" size="5" value="' . $conf->global->ASKPRICESUPPLIER_VALIDITY_DURATION . '"> ' . $langs->trans("days") . '</td></tr>';
|
print '<tr><td class="fieldrequired">' . $langs->trans("ValidityDuration") . '</td><td colspan="2"><input name="duree_validite" size="5" value="' . $conf->global->ASKPRICESUPPLIER_VALIDITY_DURATION . '"> ' . $langs->trans("days") . '</td></tr>';
|
||||||
|
*/
|
||||||
|
|
||||||
// Terms of payment
|
// Terms of payment
|
||||||
print '<tr><td class="nowrap fieldrequired">' . $langs->trans('PaymentConditionsShort') . '</td><td colspan="2">';
|
print '<tr><td class="nowrap fieldrequired">' . $langs->trans('PaymentConditionsShort') . '</td><td colspan="2">';
|
||||||
@ -1389,6 +1392,7 @@ if ($action == 'create')
|
|||||||
print "</td></tr>";
|
print "</td></tr>";
|
||||||
|
|
||||||
// Project
|
// Project
|
||||||
|
/* PHFAVRE retrait en temporaire
|
||||||
if (! empty($conf->projet->enabled) && $socid > 0) {
|
if (! empty($conf->projet->enabled) && $socid > 0) {
|
||||||
|
|
||||||
$formproject = new FormProjets($db);
|
$formproject = new FormProjets($db);
|
||||||
@ -1408,6 +1412,7 @@ if ($action == 'create')
|
|||||||
print '</td>';
|
print '</td>';
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
// Other attributes
|
// Other attributes
|
||||||
$parameters = array('colspan' => ' colspan="3"');
|
$parameters = array('colspan' => ' colspan="3"');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user