From 0d710c063d94e57d2e7e25df460f3c8f776f6426 Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Thu, 4 Dec 2014 16:58:37 +0100 Subject: [PATCH] LxERP.t8 ist kein filter. analog zu Commit 445c84a3593 --- templates/webpages/ap/form_header.html | 2 +- templates/webpages/ar/form_header.html | 2 +- templates/webpages/ir/form_header.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/webpages/ap/form_header.html b/templates/webpages/ap/form_header.html index 92d89fdaf..59457ee4c 100644 --- a/templates/webpages/ap/form_header.html +++ b/templates/webpages/ap/form_header.html @@ -83,7 +83,7 @@
  • [% 'Basic Data' | $T8 %]
  • [%- IF id %]
  • [% 'Linked Records' | $T8 %]
  • -
  • [% 'Transactions' | LxERP.t8 %]
  • +
  • [% LxERP.t8('Transactions') %]
  • [%- END %] diff --git a/templates/webpages/ar/form_header.html b/templates/webpages/ar/form_header.html index c8f7c277d..6bce66a4f 100644 --- a/templates/webpages/ar/form_header.html +++ b/templates/webpages/ar/form_header.html @@ -24,7 +24,7 @@
  • [% 'Basic Data' | $T8 %]
  • [%- IF id %]
  • [% 'Linked Records' | $T8 %]
  • -
  • [% 'Transactions' | LxERP.t8 %]
  • +
  • [% LxERP.t8('Transactions') %]
  • [%- END %] diff --git a/templates/webpages/ir/form_header.html b/templates/webpages/ir/form_header.html index fcc034487..5a8cb024a 100644 --- a/templates/webpages/ir/form_header.html +++ b/templates/webpages/ir/form_header.html @@ -34,7 +34,7 @@ [%- END %] [%- IF id %]
  • [% 'Linked Records' | $T8 %]
  • -
  • [% 'Transactions' | LxERP.t8 %]
  • +
  • [% LxERP.t8('Transactions') %]
  • [%- END %] -- 2.20.1