change redeem formula

This commit is contained in:
phyusin
2018-12-18 17:17:40 +06:30
parent da96c57c8c
commit cfad5bc280
2 changed files with 12 additions and 2 deletions

View File

@@ -189,7 +189,17 @@
});
}else{
swal ( "Information" , result.message);
swal({
title: 'Oops',
text: result.message.toString(),
type: 'error',
html: true,
closeOnConfirm: false,
closeOnCancel: false,
allowOutsideClick: false
}, function () {
window.location.href = '/origami/sale/'+ sale_id +"/"+cashier_type + "/payment/others_payment/Redeem";
});
}
}
})