From 8bc0950e235be2189b9bca764b6f4c432e87e476 Mon Sep 17 00:00:00 2001 From: Tanshu Date: Sun, 6 Oct 2013 13:24:22 +0530 Subject: [PATCH] Fix: Right aligned numbers in issue --- brewman/brewman/static/partial/issue.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/brewman/brewman/static/partial/issue.html b/brewman/brewman/static/partial/issue.html index 7b3c0de5..4f229ec8 100644 --- a/brewman/brewman/static/partial/issue.html +++ b/brewman/brewman/static/partial/issue.html @@ -75,9 +75,9 @@ {{inventory.Product.Name}} {{inventory.Batch.Name}} - {{inventory.Quantity | number:2}} - {{inventory.Rate | currency}} - {{inventory.Amount | currency}} + {{inventory.Quantity | number:2}} + {{inventory.Rate | currency}} + {{inventory.Amount | currency}}