This commit is contained in:
arzynik 2012-08-31 13:38:19 -04:00
parent 840fb0865e
commit 158833d505

View File

@ -658,7 +658,7 @@ App.cart = {
$('.cart-total').html(totalText); $('.cart-total').html(totalText);
if (App.order['pay_type'] == 'card') { if (App.order['pay_type'] == 'card') {
tipText = App.restaurant.delivery_fee ? ', tip and fees' : 'and tip'; tipText = App.restaurant.delivery_fee ? ', tip and fees' : ' and tip';
$('.cash-order-aprox').html(''); $('.cash-order-aprox').html('');
} else { } else {
tipText = App.restaurant.delivery_fee ? ' and fees' : ''; tipText = App.restaurant.delivery_fee ? ' and fees' : '';