Revision b1f219ea
Von Sven Schöling vor fast 3 Jahren hinzugefügt
SL/DB/Inventory.pm | ||
---|---|---|
76 | 76 |
sub _before_save_set_employee { |
77 | 77 |
my ($self, %params) = @_; |
78 | 78 |
|
79 |
return 1 if $self->emplyee_id; |
|
79 |
return 1 if $self->employee_id;
|
|
80 | 80 |
|
81 | 81 |
$self->employee(SL::DB::Manager::Employee->current); |
82 | 82 |
|
Auch abrufbar als: Unified diff
Inventory: typo in set employee hook