Commit eb191b36a79a23dd6a708e67b9645776942548c1

Authored by Administrator
1 parent 26538e1b

add local config

Showing 1 changed file with 0 additions and 3 deletions   Show diff stats
src/app/frontend/views/dealer/onlineOrderHistory.php
... ... @@ -19,9 +19,6 @@
19 19 </td>
20 20 <td align="center" id="right_border"><?= $o['created_date'] ?></td>
21 21 <td align="center" class="status_price"><span id="price_sum"><?= $o['price'] ?></span> грн.</td>
22   -<!-- <td id="greytd" align="center">-->
23   -<!-- <iframe style="border: 0" width="20px" height="20px" src="--><?//= $this->seoUrl->setUrl($this->url->get([ 'for' => 'print_order' ]).$o['id']) ?><!--"></iframe>-->
24   -<!-- </td>-->
25 22 </tr>
26 23 <?php endforeach; ?>
27 24 </table>
... ...