Completed
Push — master ( 9e2f3e...96c623 )
by Aimeos
03:33
created
admin/jqadm/templates/customer/item-standard.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -174,8 +174,11 @@
 block discarded – undo
174 174
 										</option>
175 175
 									<?php endforeach; ?>
176 176
 								</select>
177
-							<?php else : ?>
178
-								<?php $language = ( ( $item = $languages->first() ) !== null ? $item->getId() : '' ); ?>
177
+							<?php else {
178
+	: ?>
179
+								<?php $language = ( ( $item = $languages->first() ) !== null ? $item->getId() : '' );
180
+}
181
+?>
179 182
 								<input class="item-languageid" type="hidden" name="<?= $enc->attr( $this->formparam( array( 'item', 'customer.languageid' ) ) ); ?>" value="<?= $enc->attr( $language ); ?>" />
180 183
 							<?php endif; ?>
181 184
 						</div>
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Product/Physical/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -294,8 +294,7 @@
 block discarded – undo
294 294
 				$propItem->setValue( $value );
295 295
 
296 296
 				$item->addPropertyItem( $propItem );
297
-			}
298
-			else
297
+			} else
299 298
 			{
300 299
 				$item->deletePropertyItems( $propItems->toArray() );
301 300
 			}
Please login to merge, or discard this patch.