Skip to content

Commit

Permalink
Fix for bug opencart#10197 in maintenance branch 2
Browse files Browse the repository at this point in the history
Print Order - if multiple orders are printed at once the order numbers are all the same opencart#10197 more fixes
  • Loading branch information
mathsolutions committed Sep 7, 2021
1 parent 08832aa commit 00ed1d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions upload/admin/language/en-gb/sale/order.php
Expand Up @@ -23,7 +23,7 @@
$_['text_invoice'] = 'Invoice';
$_['text_reward'] = 'Reward Points';
$_['text_affiliate'] = 'Affiliate';
$_['text_order'] = 'Order (#%s)';
$_['text_order'] = 'Order';
$_['text_payment_address'] = 'Payment Address';
$_['text_shipping_address'] = 'Shipping Address';
$_['text_comment'] = 'Customer Comment';
Expand Down Expand Up @@ -129,4 +129,4 @@
$_['error_warning'] = 'Warning: Please check the form carefully for errors!';
$_['error_permission'] = 'Warning: You do not have permission to modify orders!';
$_['error_action'] = 'Warning: Could not complete this action!';
$_['error_filetype'] = 'Invalid file type!';
$_['error_filetype'] = 'Invalid file type!';

0 comments on commit 00ed1d5

Please sign in to comment.