@@ -590,8 +590,7 @@ |
||
| 590 | 590 | { |
| 591 | 591 | $manager->moveItem( $item->getId(), $item->getParentId(), $parentid ); |
| 592 | 592 | $item = $manager->saveItem( $item ); |
| 593 | - } |
|
| 594 | - else |
|
| 593 | + } else |
|
| 595 | 594 | { |
| 596 | 595 | $item = $manager->insertItem( $item, $parentid ); |
| 597 | 596 | } |
@@ -119,8 +119,7 @@ |
||
| 119 | 119 | { |
| 120 | 120 | $capdate = date( 'Y-m-d 00:00:00', time() - 86400 * $capDays ); |
| 121 | 121 | $expr[] = $orderSearch->compare( '<=', 'order.datepayment', $capdate ); |
| 122 | - } |
|
| 123 | - else |
|
| 122 | + } else |
|
| 124 | 123 | { |
| 125 | 124 | $expr[] = $orderSearch->compare( '==', 'order.statusdelivery', $status ); |
| 126 | 125 | } |
@@ -28,7 +28,8 @@ discard block |
||
| 28 | 28 | |
| 29 | 29 | $context->getConfig()->set( 'controller/common/subscription/process/processor/cgroup/groupids', ['1', '2'] ); |
| 30 | 30 | |
| 31 | - $fcn = function( $subject ){ |
|
| 31 | + $fcn = function( $subject ) |
|
| 32 | + { |
|
| 32 | 33 | return $subject->getGroups() === ['1', '2']; |
| 33 | 34 | }; |
| 34 | 35 | |
@@ -58,7 +59,8 @@ discard block |
||
| 58 | 59 | |
| 59 | 60 | $context->getConfig()->set( 'controller/common/subscription/process/processor/cgroup/groupids', ['1', '2'] ); |
| 60 | 61 | |
| 61 | - $fcn = function( $subject ){ |
|
| 62 | + $fcn = function( $subject ) |
|
| 63 | + { |
|
| 62 | 64 | return $subject->getGroups() === []; |
| 63 | 65 | }; |
| 64 | 66 | |
@@ -81,8 +81,7 @@ discard block |
||
| 81 | 81 | foreach( $manager->searchItems( $search ) as $item ) { |
| 82 | 82 | $this->listTypes[$item->getCode()] = $item->getCode(); |
| 83 | 83 | } |
| 84 | - } |
|
| 85 | - else |
|
| 84 | + } else |
|
| 86 | 85 | { |
| 87 | 86 | $this->listTypes = array_flip( $this->listTypes ); |
| 88 | 87 | } |
@@ -164,8 +163,7 @@ discard block |
||
| 164 | 163 | { |
| 165 | 164 | $listItem = $listMap[$catid][$listtype]; |
| 166 | 165 | unset( $listItems[ $listItem->getId() ] ); |
| 167 | - } |
|
| 168 | - else |
|
| 166 | + } else |
|
| 169 | 167 | { |
| 170 | 168 | $listItem = $listManager->createItem()->setType( $listtype ); |
| 171 | 169 | } |