Revision f73ef83b
Von Moritz Bunkus vor fast 18 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
152 | 152 |
qq|<th align=left nowrap width=30 class=listheading>| |
153 | 153 |
. $locale->text('Part Description') |
154 | 154 |
. qq|</th>|; |
155 |
$column_data{ship} = |
|
155 |
if ($form->{"type"} eq "purchase_order") { |
|
156 |
$column_data{ship} = |
|
156 | 157 |
qq|<th align=left nowrap width=5 class=listheading>| |
157 |
. $locale->text('Ship') |
|
158 |
. qq|</th>|; |
|
158 |
. $locale->text('Ship rcvd') |
|
159 |
. qq|</th>|; |
|
160 |
} else { |
|
161 |
$column_data{ship} = |
|
162 |
qq|<th align=left nowrap width=5 class=listheading>| |
|
163 |
. $locale->text('Ship') |
|
164 |
. qq|</th>|; |
|
165 |
} |
|
159 | 166 |
$column_data{qty} = |
160 | 167 |
qq|<th align=left nowrap width=5 class=listheading>| |
161 | 168 |
. $locale->text('Qty') |
Auch abrufbar als: Unified diff
Bei Lieferantenbestellungen die Spalte "Lagereingang" nennen, nicht "Lagerausgang".