Permite elegir domingos como fecha de entrega del pedido
This commit is contained in:
parent
4ea9fdac72
commit
75e7d58479
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (1.228-deb8) stable; urgency=low
|
hedera-web (1.229-deb8) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -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;
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue