From 2a790d06888808aef4689e4467a7a40a5af34ff4 Mon Sep 17 00:00:00 2001 From: apa-tiny Date: Thu, 23 Oct 2008 10:34:16 +0530 Subject: [PATCH] changes in cost ledger quantity bzr revid: patelamit2003@gmail.com-20081023050416-nrj188uu4407e7is --- addons/account/project/report/quantity_cost_ledger.rml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/addons/account/project/report/quantity_cost_ledger.rml b/addons/account/project/report/quantity_cost_ledger.rml index f87c74f..42fb733 100644 --- a/addons/account/project/report/quantity_cost_ledger.rml +++ b/addons/account/project/report/quantity_cost_ledger.rml @@ -10,7 +10,7 @@ [[ company.name ]] - Cost Ledger-[[ company.currency_id.name ]] + Cost Ledger - [[ company.currency_id.name ]] @@ -114,13 +114,13 @@ - + - - + + @@ -181,13 +181,13 @@ - [[ data['form']['date1'] ]] + [[ data['form']['date1'] ]] - [[ data['form']['date2'] ]] + [[ data['form']['date2'] ]] - [[ time.strftime('%Y-%m-%d') ]] at [[ time.strftime('%H:%M:%S') ]] + [[ time.strftime('%Y-%m-%d') ]] at [[ time.strftime('%H:%M:%S') ]] -- 1.7.10.4