From 595e1008fcc0a95f11770c6a82d1ef934c2d1550 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Fri, 12 Nov 2010 15:41:51 -0500 Subject: [PATCH] Bug 5059: Inconsistent use of ordering price and list price in vendor form Changes Ordering price to List price and make spelling more consistent. Patch originally send for 3.2, still applied to HEAD without conflicts. Signed-off-by: Chris Nighswonger Signed-off-by: Chris Cormack (cherry picked from commit 315293868420ddce37d0402b327feedceda750ad) Signed-off-by: Chris Nighswonger --- .../prog/en/modules/acqui/supplier.tmpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tmpl index 5528a8d078..819c37bdd6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tmpl @@ -57,7 +57,7 @@ if (f.company.value == "") {
Contact details -
  1. +
    1. " />
    2. " />
    3. @@ -86,7 +86,7 @@ if (f.company.value == "") {
      -
    1. +
    2. -
    3. +
    4. -
    5. +
    6. @@ -187,8 +187,8 @@ if (f.company.value == "") { Inactive

      -

      List Prices are:

      -

      Invoice Prices are:

      +

      List prices are:

      +

      Invoice prices are:

      Tax Number Registered: YesNo

      List Item Price Includes Tax: -- 2.39.5