first commit
This commit is contained in:
3
apps/backend/modules/stOrder/templates/_auction_id.php
Normal file
3
apps/backend/modules/stOrder/templates/_auction_id.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php foreach (AllegroAuctionPeer::getAuctionsByOrder($order) as $auction):?>
|
||||
<?php echo st_external_link_to($auction->getAuctionId(), $auction->getAuctionLink(), array('target'=>'_new'));?><br />
|
||||
<?php endforeach;?>
|
||||
Reference in New Issue
Block a user