|
|
@@ -3828,7 +3828,8 @@ function updateProductTotalMessage(billingcycle) {
|
|
|
case 'quarterly':
|
|
|
console.log(billingcycle);
|
|
|
if (now.getMonth() < 4) {
|
|
|
- console.log("1st quarter");
|
|
|
+ billingDay = daysIntoYear(new Date(now.getFullYear(), 11, 31));
|
|
|
+ console.log(now.getMonth());
|
|
|
}
|
|
|
jQuery('#producttotalmessage').html('4teljährlich');
|
|
|
break;
|