Skip to content

Commit 00a1843

Browse files
committed
commit before excel
1 parent 9f6fa6c commit 00a1843

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
DISTRICT: <?= strtoupper($t['dist'])?><br/>
6868
STATE: <?= strtoupper($t['state'])?><br/>
6969
<strong>PO :<?= strtoupper($t['post'])?></strong><br/>
70-
<?php if($t['pincode']==0 || $t['pincode']==''){$t['pincode']=='----';} ?>
70+
<?php if($t['pincode']==0 || $t['pincode']==''){$t['pincode']='----';} ?>
7171
<?=$t['pincode'];?>
7272
<?php
7373
$sum=$sum-$value->bundle_size;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
DISTRICT: <?= strtoupper($t['dist'])?><br/>
110110
STATE: <?= strtoupper($t['state'])?><br/>
111111
<strong>PO :<?= strtoupper($t['post'])?></strong><br/>
112-
<?php if($t['pincode']==0 || $t['pincode']==''){$t['pincode']=='----';} ?>
112+
<?php if($t['pincode']==0 || $t['pincode']==''){$t['pincode']='----';} ?>
113113
<?=$t['pincode']?>
114114

115115
<?php if($cpy==1){ $data="PJY : ".$pjy; }elseif($cpy==2){

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
DISTRICT: <?= strtoupper($t['dist'])?><br/>
6262
STATE: <?= strtoupper($t['state'])?><br/>
6363
<strong>PO :<?= strtoupper($t['post'])?></strong><br/>
64-
<?php if($t['pincode']==0 || $t['pincode']==''){$t['pincode']=='----';} ?>
64+
<?php if($t['pincode']==0 || $t['pincode']==''){$t['pincode']='----';} ?>
6565
<?=$t['pincode'];?>
6666

6767
<?php

0 commit comments

Comments
 (0)