mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-15 06:47:08 -04:00
sale_id not receiving_id in detailed sale report (#507)
This commit is contained in:
1 parent
3451a70fe4
commit
ac765e4667
1 file changed
+1
-1
@@ -56,7 +56,7 @@ class Reports extends Secure_area
|
||||
'profit' => to_currency($report_data['profit']),
|
||||
'payment_type' => $report_data['payment_type'],
|
||||
'comment' => $report_data['comment'],
|
||||
'edit' => anchor("sales/edit/". $report_data['receiving_id'], '<span class="glyphicon glyphicon-edit"></span>',
|
||||
'edit' => anchor("sales/edit/". $report_data['sale_id'], '<span class="glyphicon glyphicon-edit"></span>',
|
||||
array('class'=>"modal-dlg modal-btn-delete modal-btn-submit print_hide", 'title'=>$CI->lang->line('sales_update'))
|
||||
)
|
||||
);
|
||||
|
||||
Reference in new issue
Block a user