mirror of
https://github.com/retailcrm/opencart-module.git
synced 2025-04-04 05:43:37 +03:00
fix
This commit is contained in:
parent
916b1209e6
commit
5cfa6a4f22
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ class ModelExtensionRetailcrmOrder extends Model {
|
|||
$order['number'] = $order_data['order_id'];
|
||||
}
|
||||
|
||||
if (isset($this->settings[$this->moduleTitle . '_order_number'])
|
||||
if (isset($this->settings[$this->moduleTitle . '_summ_around'])
|
||||
&& $this->settings[$this->moduleTitle . '_summ_around'] == 1
|
||||
) {
|
||||
$order['applyRound'] = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue