From 13a388715dc21322d2c278b0a09983f1dd285f73 Mon Sep 17 00:00:00 2001 From: Nicole C. Engard Date: Sun, 19 May 2013 13:56:50 -0400 Subject: [PATCH] Bug 10250: Fix typos in guided reports help file This is a string patch that fixes typos in the guided reports help file. To test: * Go to the guided reports page * Click help * Confirm text is right --- .../prog/en/modules/help/reports/guided_reports.tt | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/guided_reports.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/guided_reports.tt index c138ecf..4a38fd9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/guided_reports.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/guided_reports.tt @@ -141,7 +141,7 @@
  • payment
  • CreditXXX
  • @@ -153,7 +153,7 @@ @@ -178,7 +178,7 @@
  • B = For Patrons/Borrowers
  • -

    Question: What are the possible codes for the status field in the serial table"?

    +

    Question: What are the possible codes for the status field in the serial table?

    Answer:

    @@ -189,6 +189,8 @@
  • 4 = Missing
  • 5 = Not Available
  • 6 = Delete
  • +
  • 7 = Claimed
  • +
  • 8 = Stopped
  • See the full documentation for Custom Reports in the manual (online).

    -- 1.7.2.3