mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-16 23:38:21 -04:00
Fixed mistype var causing a delete confirm box to be empty in item kits (#507)
This commit is contained in:
1 parent
d9498964a0
commit
f7ea83091c
1 file changed
+1
-1
@@ -9,7 +9,7 @@ $(document).ready(function()
|
||||
resource: '<?php echo site_url($controller_name);?>',
|
||||
headers: <?php echo $table_headers; ?>,
|
||||
pageSize: <?php echo $this->config->item('lines_per_page'); ?>,
|
||||
confirmDeteleMessage: '<?php echo $this->lang->line($controller_name."_confirm_delete")?>'
|
||||
confirmDeleteMessage: '<?php echo $this->lang->line($controller_name."_confirm_delete")?>'
|
||||
});
|
||||
|
||||
$('#generate_barcodes').click(function()
|
||||
|
||||
Reference in new issue
Block a user