|
|
@@ -3855,7 +3855,7 @@ function updateProductTotalMessage(billingcycle) {
|
|
|
} else {
|
|
|
jQuery('#producttotalmessage').html('<i class="fa fa-info-circle" aria-hidden="true"></i> Der Preis berechnet die verbleibenden<br><b>' + (billingDay - orderDay) + ' Tage</b> dieses ' + periodString + '.<br>Nächste Fälligkeit ist am ' + billingDate.toLocaleDateString());
|
|
|
}
|
|
|
- console.log((billingDay - orderDay)) + 'Zahltag: ' + billingDate;
|
|
|
+// console.log((billingDay - orderDay)) + 'Zahltag: ' + billingDate;
|
|
|
}
|
|
|
|
|
|
function daysIntoYear(date){
|