Update card.php

La description d'un produit/service libre (HTML) d'un devis est formatée en texte simple.
This commit is contained in:
Abdessalam@MEGALOGI 2020-07-15 20:21:27 +01:00 committed by Laurent Destailleur
parent f3e3c47af3
commit 1e6273b92d

View File

@ -822,7 +822,7 @@ if (empty($reshook))
elseif ($action == 'addline' && $usercancreate) {
// Set if we used free entry or predefined product
$predef = '';
$product_desc = (GETPOST('dp_desc') ?GETPOST('dp_desc') : '');
$product_desc = (GETPOST('dp_desc', 'none') ?GETPOST('dp_desc', 'none') : '');
$price_ht = GETPOST('price_ht');
$price_ht_devise = GETPOST('multicurrency_price_ht');
$prod_entry_mode = GETPOST('prod_entry_mode');