first commit
This commit is contained in:
13
admin/templates/list/pos.tpl
Normal file
13
admin/templates/list/pos.tpl
Normal file
@@ -0,0 +1,13 @@
|
||||
{extends "../list.tpl"}
|
||||
|
||||
{block name="list-filter"}
|
||||
<div class="panel-heading">
|
||||
<div class="row">
|
||||
{ifmodule POS}
|
||||
<div class="col-md-3">
|
||||
<strong>Fyzicky v kase: </strong>{$var.in_pos|format_price}
|
||||
</div>
|
||||
{/ifmodule}
|
||||
</div>
|
||||
</div>
|
||||
{/block}
|
||||
Reference in New Issue
Block a user