cancel button,number format

This commit is contained in:
venbatechnologies@gmail.com 2017-08-24 14:08:39 +05:30
parent aff85ea3ea
commit 631777c7b2
2 changed files with 6 additions and 4 deletions

View File

@ -663,7 +663,7 @@ if(!empty($RequistionDetails))
</div>
</div>
<div class="col-md-3">
<label>Cost Center Name</label>
<label>Cost Center Code</label>
<div class="form-group">
<?php
$options = array("0"=>'Select Cost Center');
@ -1685,7 +1685,8 @@ if(!empty($RequistionDetails))
<?php //if($PONOStatus == PO_DRAFT) {?>
<!-- <a class="btn btn-primary Save" ID="Save" onclick="Save(0)" >&nbsp;&nbsp;<span class="bold">Save</span></a> -->
<a class="btn btn-primary Submit" ID="Submit" onclick="Save(1)" >&nbsp;&nbsp;<span class="bold">Submit</span></a>
<input type="reset" class="btn btn-primary" value="Reset">
<!-- <input type="reset" class="btn btn-primary" value="Reset"> -->
<a class="btn btn-primary Save" ID="Cancel" href="<?php echo base_url().'amendmentpurchaseorder'; ?>">&nbsp;&nbsp;<span class="bold">Cancel</span></a>
<?php //}else {?>
<!-- <input type="reset" class="btn btn-primary" value = "OK"> <?php //} ?>-->
<br/>

View File

@ -2495,7 +2495,7 @@ if($PONOStatus == PO_RELEASED)
<?php
$totalhidden=$totorder;
$totorder=number_format($totorder);
$totorder=number_format($totorder,2);
//echo $to;
$TotalLanding=number_format( $TotalLanding,2);
@ -2676,7 +2676,8 @@ if($PONOStatus == PO_RELEASED)
if($PONOStatus == PO_DRAFT){?>
<a class="btn btn-primary Save" ID="Save" onclick="Save(0)" >&nbsp;&nbsp;<span class="bold">Save</span></a> <?php }?>
<a class="btn btn-primary Submit" ID="Submit" onclick="Save(1)" >&nbsp;&nbsp;<span class="bold">Submit</span></a>
<input type="reset" class="btn btn-primary" value="Reset">
<!-- <input type="reset" class="btn btn-primary" value="Reset"> -->
<a class="btn btn-primary Save" ID="Cancel" href="<?php echo base_url().'purchaseorderListing'; ?>">&nbsp;&nbsp;<span class="bold">Cancel</span></a>
<?php }else {?>
<!-- <input type="reset" class="btn btn-primary" value = "OK"> -->
<a class="btn btn-primary" href="<?php echo base_url(); ?>purchaseorderListing">OK</a>