mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-24 17:27:55 -05:00
Fixed mistype var causing a delete confirm box to be empty in item kits (#507)
This commit is contained in:
@@ -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