cancel button,number format
This commit is contained in:
parent
aff85ea3ea
commit
631777c7b2
@ -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)" > <span class="bold">Save</span></a> -->
|
||||
<a class="btn btn-primary Submit" ID="Submit" onclick="Save(1)" > <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'; ?>"> <span class="bold">Cancel</span></a>
|
||||
<?php //}else {?>
|
||||
<!-- <input type="reset" class="btn btn-primary" value = "OK"> <?php //} ?>-->
|
||||
<br/>
|
||||
|
||||
@ -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)" > <span class="bold">Save</span></a> <?php }?>
|
||||
<a class="btn btn-primary Submit" ID="Submit" onclick="Save(1)" > <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'; ?>"> <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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user