From: Sven Schöling Date: Wed, 27 Feb 2008 13:40:57 +0000 (+0000) Subject: Bugfix: Preisgruppen wurden nicht angezeigt seit r3110 X-Git-Tag: release-2.6.0beta1~208 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=41baeaa37319398f78a7a74ed09c3972cff6e67e;p=kivitendo-erp.git Bugfix: Preisgruppen wurden nicht angezeigt seit r3110 --- diff --git a/templates/webpages/ic/form_header_de.html b/templates/webpages/ic/form_header_de.html index 6c37d3f66..a559957cb 100644 --- a/templates/webpages/ic/form_header_de.html +++ b/templates/webpages/ic/form_header_de.html @@ -178,6 +178,7 @@ show_empty = 1, id_key = 'id', label_key = 'description', + style = 'width:100px' -%] @@ -195,6 +196,7 @@ DATA = ALL_UNITS, id_key = 'name', label_key = 'name', + style = 'width:100px' -%] [%- END %] diff --git a/templates/webpages/ic/form_header_master.html b/templates/webpages/ic/form_header_master.html index 113099b37..7050945df 100644 --- a/templates/webpages/ic/form_header_master.html +++ b/templates/webpages/ic/form_header_master.html @@ -178,6 +178,7 @@ show_empty = 1, id_key = 'id', label_key = 'description', + style = 'width:100px' -%] @@ -195,6 +196,7 @@ DATA = ALL_UNITS, id_key = 'name', label_key = 'name', + style = 'width:100px' -%] [%- END %] diff --git a/templates/webpages/ic/price_row_de.html b/templates/webpages/ic/price_row_de.html index 01153808b..adea3e3e0 100644 --- a/templates/webpages/ic/price_row_de.html +++ b/templates/webpages/ic/price_row_de.html @@ -1,5 +1,5 @@ [%- USE HTML %] -[%- IF PRICES.count %] +[%- IF PRICES.size %] diff --git a/templates/webpages/ic/price_row_master.html b/templates/webpages/ic/price_row_master.html index da548fed6..8fa33bd77 100644 --- a/templates/webpages/ic/price_row_master.html +++ b/templates/webpages/ic/price_row_master.html @@ -1,5 +1,5 @@ [%- USE HTML %] -[%- IF PRICES.count %] +[%- IF PRICES.size %]