add product sale changes

This commit is contained in:
2015-10-01 09:37:34 +02:00
parent 7128cd438d
commit e3d6c0b902
34 changed files with 1801 additions and 1 deletions

View File

@@ -72,7 +72,7 @@ function mkBtn($card, $label,$route = null ){
<div class='row'>
<div class='col-md-12'>
<?php //echo Html::a(Yii::t( 'frontend/customer', 'Termékeladás') , 'product/index' , ['class' => 'btn btn-primary btn-reception'] )?>
<?php echo mkBtn($card, Yii::t( 'frontend/customer', 'Termékeladás'), 'product/index')?>
<?php echo mkBtn($card, Yii::t( 'frontend/transfer', 'Termékeladás'), 'product/sale')?>
</div>
</div>