Revision 666d4cad
Von Sven Schöling vor mehr als 11 Jahren hinzugefügt
SL/DB/Bin.pm | ||
---|---|---|
8 | 8 |
|
9 | 9 |
__PACKAGE__->meta->make_manager_class; |
10 | 10 |
|
11 |
sub full_description { |
|
12 |
my ($self) = @_; |
|
13 |
|
|
14 |
$self->warehouse |
|
15 |
? $self->warehouse->description . "/" . $self->description |
|
16 |
: $self->description |
|
17 |
} |
|
18 |
|
|
11 | 19 |
1; |
Auch abrufbar als: Unified diff
Inventory Controller und neue stock_in Maske
Alte Methode ist weiter im Code vorhanden, wird aber geplant nach und nach
durch das neue Interface ersetzt.
Benötigt Partpicker