mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-19 14:01:38 -04:00
Renamed prefix recvs_ to be the extended version receivings_ matching the Controller name (#439)
This commit is contained in:
@@ -887,7 +887,7 @@ class Reports extends Secure_Controller
|
||||
'reference' => $report_data['reference'],
|
||||
'comment' => $report_data['comment'],
|
||||
'edit' => anchor("receivings/edit/". $report_data['receiving_id'], '<span class="glyphicon glyphicon-edit"></span>',
|
||||
array('class'=>"modal-dlg print_hide", 'data-btn-delete' => $this->lang->line('common_delete'), 'data-btn-submit' => $this->lang->line('common_submit'), 'title' => $this->lang->line('recvs_update'))
|
||||
array('class'=>"modal-dlg print_hide", 'data-btn-delete' => $this->lang->line('common_delete'), 'data-btn-submit' => $this->lang->line('common_submit'), 'title' => $this->lang->line('receivings_update'))
|
||||
)
|
||||
));
|
||||
|
||||
@@ -920,7 +920,7 @@ class Reports extends Secure_Controller
|
||||
'reference' => $row['reference'],
|
||||
'comment' => $row['comment'],
|
||||
'edit' => anchor("receivings/edit/" . $row['receiving_id'], '<span class="glyphicon glyphicon-edit"></span>',
|
||||
array('class' => "modal-dlg print_hide", 'data-btn-delete' => $this->lang->line('common_delete'), 'data-btn-submit' => $this->lang->line('common_submit'), 'title' => $this->lang->line('recvs_update'))
|
||||
array('class' => "modal-dlg print_hide", 'data-btn-delete' => $this->lang->line('common_delete'), 'data-btn-submit' => $this->lang->line('common_submit'), 'title' => $this->lang->line('receivings_update'))
|
||||
)
|
||||
));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user