Commit abf04d21c3138a2d735d77fb7c9b9071e1159dee
1 parent
748fc1d4b4
Exists in
master
minor changes
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/partials/viewCompany/viewCompany.html
... | ... | @@ -453,7 +453,7 @@ |
453 | 453 | <td>${{fuel.fuelPricing.cost | number :4}}</td> |
454 | 454 | <td>${{fuel.fuelPricing.papMargin | number :4}}</td> |
455 | 455 | <td style="color:#55AF8B;">${{fuel.fuelPricing.papTotal | number :4}}</td> |
456 | - <td style="color:#F90">{{fuel.fuelPricing.expirationDate}}</td> | |
456 | + <td style="color:#F90">{{fuel.fuelPricing.expirationDate | date}}</td> | |
457 | 457 | </tr> |
458 | 458 | |
459 | 459 | </tbody> | ... | ... |