diff --git a/app/assets/javascripts/addorder.js b/app/assets/javascripts/addorder.js index cbcd662c..2804583a 100755 --- a/app/assets/javascripts/addorder.js +++ b/app/assets/javascripts/addorder.js @@ -664,7 +664,7 @@ $(function(){ success:function(result){ $("#loading_wrapper").hide(); swal({ - title: "Infomation !", + title: "Information !", text: 'Order has been successfully created', confirmButtonColor: "green", confirmButtonText: "Yes!", diff --git a/app/assets/stylesheets/origami.scss b/app/assets/stylesheets/origami.scss index b2cac2b3..8b269d92 100755 --- a/app/assets/stylesheets/origami.scss +++ b/app/assets/stylesheets/origami.scss @@ -104,6 +104,16 @@ select.form-control { color:white; } +.move_table{ + width: 100%; + height:74px; + line-height:74px; + text-align:center; + font-size:20px; + color:white; +} + + .payment{ height:50px; line-height:50px; diff --git a/app/views/origami/cash_ins/new.html.erb b/app/views/origami/cash_ins/new.html.erb index 990dce6d..bda159e2 100755 --- a/app/views/origami/cash_ins/new.html.erb +++ b/app/views/origami/cash_ins/new.html.erb @@ -45,8 +45,9 @@
Date: <%=@sale_data.receipt_date.strftime("%d/%m/%Y - %I:%M %p") rescue '-'%>
-