Skip to content

Commit ef056fd

Browse files
committed
commit after pincode filter and weekly supply
1 parent 8f23793 commit ef056fd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

backend/modules/circulation/views/agency/list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
</div>
3636
<div class="row" style="margin-top: 10px;">
3737
<div class="col-sm-3">
38-
<?=Html::a('Download weekly',['/circulation/agency/weeklysupply'],['class'=>'btn btn-success btn-lg btn-block'])?>
38+
<?=Html::a('Download weekly Supply',['/circulation/agency/weeklysupply'],['class'=>'btn btn-success btn-lg btn-block'])?>
3939
</div>
4040
</div>

backend/modules/user/views/default/billingdashboard.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737

3838
</div>
3939
<?php } ?>
40-
<?php // if(Yii::$app->user->can('search-bill')){ ?>
41-
<!--<div class="col-lg-4">-->
42-
<?php //echo Html::a('Print Bill',['/circulation/billing/print'],['class'=>'btn btn-success btn-lg btn-block'])?>
40+
<?php if(Yii::$app->user->can('search-bill')){ ?>
41+
<div class="col-lg-4">
42+
<?php echo Html::a('Print All Bills',['/circulation/billing/print'],['class'=>'btn btn-success btn-lg btn-block'])?>
4343

44-
<!--</div>-->
45-
<?php// } ?>
44+
</div>
45+
<?php } ?>

0 commit comments

Comments
 (0)