Fixing style errors.
This commit is contained in:
parent
e43b95f05a
commit
7c3b2f1e9b
@ -589,7 +589,7 @@ function Search2(keyCodeForEnter) {
|
|||||||
?>
|
?>
|
||||||
var titlestring = <?php echo $titlestring; ?>;
|
var titlestring = <?php echo $titlestring; ?>;
|
||||||
<?php
|
<?php
|
||||||
if ($conf->global->TAKEPOS_SHOW_PRODUCT_REFERENCE == 1) { ?>
|
if ($conf->global->TAKEPOS_SHOW_PRODUCT_REFERENCE == 1) { ?>
|
||||||
$("#prodesc" + i).html(data[i]['ref'].bold() + ' - ' + data[i]['label']);
|
$("#prodesc" + i).html(data[i]['ref'].bold() + ' - ' + data[i]['label']);
|
||||||
<?php } else { ?>
|
<?php } else { ?>
|
||||||
$("#prodesc" + i).text(data[i]['label']);
|
$("#prodesc" + i).text(data[i]['label']);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user