From be1fdc429b623187e05057ca9ab2241c9938b669 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 Signed-off-by: Jared Camins-Esakov --- .../prog/en/modules/help/reports/guided_reports.tt | 8 +++++--- 1 file 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
      -
    • stores different types of fee credits, so a query to catch them all would include a clause like "type LIKE 'Credit%'"
    • +
    • The XXX stores different types of fee credits, so a query to catch them all would include a clause like "type LIKE 'Credit%'"
  • @@ -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.9.5