Available Budget change

This commit is contained in:
gandhimathi Bharathirajan 2017-07-30 03:33:47 +05:30
parent a35db65130
commit 9a4ac13092

View File

@ -35,7 +35,7 @@ if(empty($Status))
<th>Purchase Order Number</th>
<th>Purchase Order Type</th>
<th>Cost Center Name</th>
<th>Available Budget Amount</th>
<th>Total Order Value</th>
<th>Created By</th>
<th>Created Date</th>
@ -65,7 +65,7 @@ if(empty($Status))
<td><?php echo $record->ReqType ?> </td>
<td><?php echo $record->CostCenterName ?> </td>
<td align="right"><?php echo $record->BudgetAmount ?> </td>
<td align="right"><?php echo $record->TotalOrderValue ?></td>
<td><?php echo $record->FirstName ?></td>