File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
backend/modules/user/views/default Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 ;
Original file line number Diff line number Diff line change 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 ){
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments