mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-06-12 17:45:51 -04:00
Correct the verb tense for consistency
Signed-off-by: objec <objecttothis@gmail.com>
This commit is contained in:
@@ -368,7 +368,7 @@ class Receivings extends Secure_Controller
|
||||
$data['error_message'] = lang('Receivings.transaction_failed');
|
||||
} else {
|
||||
$data['barcode'] = $this->barcode_lib->generate_receipt_barcode($data['receiving_id']);
|
||||
Events::trigger('receiving_complete', (int) substr($data['receiving_id'], 5), $data['mode']);
|
||||
Events::trigger('receiving_completed', (int) substr($data['receiving_id'], 5), $data['mode']);
|
||||
}
|
||||
|
||||
$data['print_after_sale'] = $this->receiving_lib->is_print_after_sale();
|
||||
|
||||
Reference in New Issue
Block a user