Meine 'Wo bin ich'-Analyse ist bei Sven nicht gut angekommen ;-) - Also schnell wiede...
authorJan Büren <information@richardson-bueren.de>
Wed, 6 May 2009 14:11:10 +0000 (14:11 +0000)
committerJan Büren <information@richardson-bueren.de>
Wed, 6 May 2009 14:11:10 +0000 (14:11 +0000)
bin/mozilla/io.pl

index 850db5f..6b4888b 100644 (file)
@@ -137,7 +137,7 @@ sub display_row {
     {  id => 'partnumber',    width => 8,     value => $locale->text('Number'),               display => 1, },
     {  id => 'description',   width => 30,    value => $locale->text('Part Description'),     display => 1, },
     {  id => 'ship',          width => 5,     value => $locale->text('Delivered'),            display => $is_s_p_order, },
-    {  id => 'qty',           width => 5,     value => $locale->text('Wo bin ich'),                  display => 1, },
+    {  id => 'qty',           width => 5,     value => $locale->text('Qty'),                  display => 1, },
     {  id => 'price_factor',  width => 5,     value => $locale->text('Price Factor'),         display => !$is_delivery_order, },
     {  id => 'unit',          width => 5,     value => $locale->text('Unit'),                 display => 1, },
     {  id => 'license',       width => 10,    value => $locale->text('License'),              display => 0, },