Skip to content
Snippets Groups Projects
Commit 3c97b28c authored by Sebastian Kehr's avatar Sebastian Kehr :rowboat_tone2: Committed by Dorian Merz
Browse files

refs #16410 [fid] remove address from order listing

parent c35b4676
No related merge requests found
...@@ -10,11 +10,4 @@ ...@@ -10,11 +10,4 @@
<?=$this->escapeHtml($recordLabel)?> <?=$this->escapeHtml($recordLabel)?>
<?php endif; ?> <?php endif; ?>
</td> </td>
<td>
<?php $addressId = $data['deliveryAddress'];
if (isset($addresses[$addressId])):
?>
<?=$this->render('fid/user/address-display-inline', ['address' => $addresses[$addressId]])?>
<?php endif; ?>
</td>
<!-- fid: fid - user - orders - data - END --> <!-- fid: fid - user - orders - data - END -->
<!-- fid: fid - user - orders - additionals-headers --> <!-- fid: fid - user - orders - additionals-headers -->
<th><?=$this->translate('fid::order_record')?></th> <th><?=$this->translate('fid::order_record')?></th>
<th><?=$this->translate('fid::order_delivery_address')?></th>
<!-- fid: fid - user - orders - additionals-headers - END --> <!-- fid: fid - user - orders - additionals-headers - END -->
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment