billing
This commit is contained in:
parent
7b9078c6da
commit
42c08797e3
44 changed files with 2798 additions and 350 deletions
|
|
@ -16,7 +16,6 @@
|
|||
|
||||
function updateTarif () {
|
||||
var len = $('#Prestation_Length').prop('selectedIndex');
|
||||
|
||||
var gen = $("#Prestation_Gender").prop('selectedIndex');
|
||||
var tech = $("#Prestation_Tech").prop('selectedIndex');
|
||||
var dress = $("#Prestation_Dressing").prop('selectedIndex');
|
||||
|
|
@ -28,7 +27,6 @@
|
|||
havecut = true;
|
||||
total += cutprice;
|
||||
displayTarif('CutPrice', cutprice);
|
||||
|
||||
} else displayTarif('CutPrice',0);
|
||||
if (gen==0) {
|
||||
if (tech>0) {
|
||||
|
|
@ -129,8 +127,6 @@
|
|||
} else gtarif=tarifs[2];
|
||||
}
|
||||
onTarif(tarifs[0]);
|
||||
updateTarif();
|
||||
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue