first commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<?php foreach (AllegroAuctionPeer::doSelectAuctionIdsByOrder($order) as $auction_id): ?>
|
||||
<p><a href="<?php echo url_for('@stAllegroPlugin?action=edit&id=' . $auction_id) ?>" target="_blank"><?php echo $auction_id ?></a></p>
|
||||
<?php endforeach ?>
|
||||
Reference in New Issue
Block a user