mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Ajout popup de confirmation ajax
Fix: bug sur l'enregistrement des lignes produits
This commit is contained in:
@@ -641,8 +641,8 @@ class Commande extends CommonObject
|
||||
$pu_ht=price2num($pu_ht);
|
||||
$pu_ttc=price2num($pu_ttc);
|
||||
$txtva = price2num($txtva);
|
||||
|
||||
if ($price_base_type=='HT') $pu=$pu;
|
||||
|
||||
if ($price_base_type=='HT') $pu=$pu_ht;
|
||||
else $pu=$pu_ttc;
|
||||
|
||||
// Calcul du total TTC et de la TVA pour la ligne a partir de
|
||||
|
||||
Reference in New Issue
Block a user