modification de la vue gestion fiche
This commit is contained in:
@@ -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('€', ''))
|
||||
|
Reference in New Issue
Block a user