mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-14 18:53:56 -04:00
Remove location field from bulk edit
This commit is contained in:
@@ -107,16 +107,6 @@ echo form_open('items/bulk_update/',array('id'=>'item_form'));
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="field_row clearfix">
|
||||
<?php echo form_label($this->lang->line('items_location').':', 'location',array('class'=>'wide')); ?>
|
||||
<div class='form_field'>
|
||||
<?php echo form_input(array(
|
||||
'name'=>'location',
|
||||
'id'=>'location')
|
||||
);?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="field_row clearfix">
|
||||
<?php echo form_label($this->lang->line('items_description').':', 'description',array('class'=>'wide')); ?>
|
||||
<div class='form_field'>
|
||||
|
||||
Reference in New Issue
Block a user