Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f73ef83b

Von Moritz Bunkus vor fast 18 Jahren hinzugefügt

  • ID f73ef83b744b60ee18c232726ca8904cad42b1bc
  • Vorgänger 1877165d
  • Nachfolger 8423c7b2

Bei Lieferantenbestellungen die Spalte "Lagereingang" nennen, nicht "Lagerausgang".

Unterschiede anzeigen:

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