update msg for unsuccessful rebate

This commit is contained in:
Aung Myo
2017-07-06 13:14:35 +06:30
parent 040d60402b
commit 4d3de51e72

View File

@@ -361,7 +361,7 @@ $( document ).ready(function() {
if($('#balance').text() < 0){
$.confirm({
title: 'Hi!',
content: 'Changed amount ' + $('#balance').text() * (-1) + '\n\n' + msg,
content: 'Changed amount ' + $('#balance').text() * (-1),
buttons: {
confirm: {
text: 'Ok',
@@ -378,7 +378,7 @@ $( document ).ready(function() {
$.confirm({
title: 'Hi!',
content: 'Thank you !'+'\n\n'+msg,
content: 'Thank you !',
buttons: {
confirm: {
text: 'Ok',