Permite elegir domingos como fecha de entrega del pedido

This commit is contained in:
Juan Ferrer Toribio 2015-10-13 13:41:29 +02:00
parent 4ea9fdac72
commit 75e7d58479
2 changed files with 2 additions and 3 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.228-deb8) stable; urgency=low hedera-web (1.229-deb8) stable; urgency=low
* Initial Release. * Initial Release.

View File

@ -185,8 +185,7 @@ Vn.Checkout = new Class
,calendarRestrict: function (date) ,calendarRestrict: function (date)
{ {
return date.getTime () >= this.today.getTime () return date.getTime () >= this.today.getTime ();
&& date.getDay () != 0;
} }
}); });