From 9c3ff997f0abd438fbf9a987db7779a3a1f93b1d 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 Signed-off-by: Chris Cormack --- .../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 @@
    • NULL: means the patron requested the 1st available, and we haven't chosen the item
    • T = Transit: the reserve is linked to an item but is in transit to the pickup branch
    • -
    • W =Waiting: the reserve is linked to an item, is at the pickup branch, and is waiting on the hold shelf
    • +
    • W = Waiting: the reserve is linked to an item, is at the pickup branch, and is waiting on the hold shelf
    • F = Finished: the reserve has been completed, and is done
    @@ -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.10.4