2
0
forked from Wavyzz/dolibarr

modification de la description produit

This commit is contained in:
Regis Houssin
2006-02-12 10:36:29 +00:00
parent 6cd721b672
commit b83c02621a

View File

@@ -319,6 +319,7 @@ class Commande
*/
function insert_product_generic($p_desc, $p_product_desc, $p_price, $p_qty, $p_tva_tx=19.6, $p_product_id=0, $remise_percent=0)
{
global $conf;
if ($this->statut == 0)
{
if (strlen(trim($p_qty)) == 0)