Fix encoding of message
This commit is contained in:
parent
ee5fdc3239
commit
568faef7f4
@ -396,7 +396,7 @@ function Refresh() {
|
|||||||
function New() {
|
function New() {
|
||||||
// If we go here,it means $conf->global->TAKEPOS_BAR_RESTAURANT is not defined
|
// If we go here,it means $conf->global->TAKEPOS_BAR_RESTAURANT is not defined
|
||||||
console.log("New with place = <?php echo $place; ?>, js place="+place);
|
console.log("New with place = <?php echo $place; ?>, js place="+place);
|
||||||
var r = confirm('<?php echo ($place > 0 ? $langs->trans("ConfirmDeletionOfThisPOSSale") : $langs->trans("ConfirmDiscardOfThisPOSSale")); ?>');
|
var r = confirm('<?php echo ($place > 0 ? $langs->transnoentitiesnoconv("ConfirmDeletionOfThisPOSSale") : $langs->transnoentitiesnoconv("ConfirmDiscardOfThisPOSSale")); ?>');
|
||||||
if (r == true) {
|
if (r == true) {
|
||||||
$("#poslines").load("invoice.php?action=delete&place="+place, function() {
|
$("#poslines").load("invoice.php?action=delete&place="+place, function() {
|
||||||
//$('#poslines').scrollTop($('#poslines')[0].scrollHeight);
|
//$('#poslines').scrollTop($('#poslines')[0].scrollHeight);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user