modification de la vue gestion fiche

This commit is contained in:
pierre renaudot
2024-01-11 09:13:57 +01:00
parent 63eddbbc8b
commit 89273aced9
6 changed files with 55 additions and 22 deletions

View File

@@ -195,6 +195,12 @@ function calcPrixTotalFrsF() {
*/
function calcPrixTotalFrsHorsF() {
console.log($('td#MttFrsHF').length)
if ($('td#MttFrsHF').length == 0) {
vf
}
var prixTotal = 0;
$('td#MttFrsHF').each(function () {
prixTotal += parseFloat($(this).html().replace('€', ''))