Fix: remove obsolete code
This commit is contained in:
parent
13d46da3fe
commit
ffd6c07003
@ -101,17 +101,6 @@ if (! empty($conf->margin->enabled)) {
|
|||||||
<?php echo $form->textwithtooltip($langs->trans('AddThisServiceCard'), $langs->trans('HelpAddThisServiceCard'),1,0,'','',3); ?>
|
<?php echo $form->textwithtooltip($langs->trans('AddThisServiceCard'), $langs->trans('HelpAddThisServiceCard'),1,0,'','',3); ?>
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
<!--
|
|
||||||
<span id="update_label_area" class="hideobject"> | <input type="checkbox" id="update_label_checkbox" name="update_label" value="1" />
|
|
||||||
<?php echo $form->textwithtooltip($langs->trans('UpdateOriginalProductLabel'), $langs->trans('HelpUpdateOriginalProductLabel'),1,0,'','',3); ?>
|
|
||||||
</span>
|
|
||||||
<span id="update_desc_area" class="hideobject"> | <input type="checkbox" id="update_desc_checkbox" name="update_desc" value="1" />
|
|
||||||
<?php echo $form->textwithtooltip($langs->trans('UpdateOriginalProductDescription'), $langs->trans('HelpUpdateOriginalProductDescription'),1,0,'','',3); ?>
|
|
||||||
</span>
|
|
||||||
<span id="update_price_area" class="hideobject"> | <input type="checkbox" id="update_price_checkbox" name="update_price" value="1" />
|
|
||||||
<?php echo $form->textwithtooltip($langs->trans('UpdateOriginalProductPrice'), $langs->trans('HelpUpdateOriginalProductPrice'),1,0,'','',3); ?>
|
|
||||||
</span>
|
|
||||||
-->
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@ -152,8 +141,6 @@ if (! empty($conf->margin->enabled)) {
|
|||||||
$doleditor=new DolEditor('product_desc', GETPOST('product_desc'), '', 150, 'dolibarr_details', '', false, true, $conf->global->FCKEDITOR_ENABLE_DETAILS, $nbrows, 70);
|
$doleditor=new DolEditor('product_desc', GETPOST('product_desc'), '', 150, 'dolibarr_details', '', false, true, $conf->global->FCKEDITOR_ENABLE_DETAILS, $nbrows, 70);
|
||||||
$doleditor->Create();
|
$doleditor->Create();
|
||||||
?>
|
?>
|
||||||
<input type="hidden" id="origin_desc_cache" name="origin_desc_cache" value="" />
|
|
||||||
<input type="hidden" id="free_desc_cache" name="free_desc_cache" value="" />
|
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td align="right">
|
<td align="right">
|
||||||
|
|||||||
@ -175,10 +175,4 @@ ServiceCodeModel=Service code model
|
|||||||
AddThisProductCard=Create product card
|
AddThisProductCard=Create product card
|
||||||
HelpAddThisProductCard=This option allows you to create or clone a product if it does not exist.
|
HelpAddThisProductCard=This option allows you to create or clone a product if it does not exist.
|
||||||
AddThisServiceCard=Create service card
|
AddThisServiceCard=Create service card
|
||||||
HelpAddThisServiceCard=This option allows you to create or clone a service if it does not exist.
|
HelpAddThisServiceCard=This option allows you to create or clone a service if it does not exist.
|
||||||
UpdateOriginalProductLabel=Edit label
|
|
||||||
HelpUpdateOriginalProductLabel=<strong>This option allows you to change the label.</strong><br>Disabling this option will replace the original label.
|
|
||||||
UpdateOriginalProductDescription=Edit description
|
|
||||||
HelpUpdateOriginalProductDescription=<strong>This option allows you to change the description.</strong><br>If you have already entered text, it will be automatically placed after.<br>Disabling this option will remove the original description in the editor,<br>but keep the text entered previously.
|
|
||||||
UpdateOriginalProductPrice=Edit price
|
|
||||||
HelpUpdateOriginalProductPrice=<strong>This option allows you to change the price.</strong><br>Calculation of VAT will automatically,<br>based on excl. tax if you entered an excl. tax amount<br>, based on incl. tax if you entered an incl. tax amount.<br>Disabling this option will replace the original price.
|
|
||||||
@ -175,10 +175,4 @@ ServiceCodeModel=Modèle de code service
|
|||||||
AddThisProductCard=Créer fiche produit
|
AddThisProductCard=Créer fiche produit
|
||||||
HelpAddThisProductCard=Cette option permet de créer ou de cloner une fiche produit si elle n'existe pas.
|
HelpAddThisProductCard=Cette option permet de créer ou de cloner une fiche produit si elle n'existe pas.
|
||||||
AddThisServiceCard=Créer fiche service
|
AddThisServiceCard=Créer fiche service
|
||||||
HelpAddThisServiceCard=Cette option permet de créer ou de cloner une fiche service si elle n'existe pas.
|
HelpAddThisServiceCard=Cette option permet de créer ou de cloner une fiche service si elle n'existe pas.
|
||||||
UpdateOriginalProductLabel=Modifier le libellé
|
|
||||||
HelpUpdateOriginalProductLabel=<strong>Cette option permet de modifier le libellé.</strong><br>La desactivation de cette option replacera le libellé d'origine.
|
|
||||||
UpdateOriginalProductDescription=Modifier la description
|
|
||||||
HelpUpdateOriginalProductDescription=<strong>Cette option permet de modifier la description.</strong><br>Si vous avez déjà entré un texte, il sera placé à la suite automatiquement.<br>La desactivation de cette option supprimera le description d'origine dans l'éditeur,<br>mais conservera le texte rentré précédemment.
|
|
||||||
UpdateOriginalProductPrice=Modifier le prix
|
|
||||||
HelpUpdateOriginalProductPrice=<strong>Cette option permet de modifier le prix.</strong><br>Le calcul de la TVA se fera automatiquement,<br>soit sur la base du prix HT si vous rentré un montant HT,<br>soit sur la base du prix TTC si vous rentré un montant TTC.<br>La désactivation de cette option replacera le prix d'origine.
|
|
||||||
Loading…
Reference in New Issue
Block a user