Available Budget change
This commit is contained in:
parent
a35db65130
commit
9a4ac13092
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user