Revision 44fff8c6
Von Niklas Schmidt vor 4 Tagen hinzugefügt
SL/Controller/DeliveryOrder.pm | ||
---|---|---|
953 | 953 |
my $row = $::form->{row}; |
954 | 954 |
my $item_id = $::form->{item_id}; |
955 | 955 |
my $qty = _parse_number($::form->{qty_as_number}); |
956 |
my $row_ui_id = $::form->{row_ui_id}; |
|
957 |
my $next_button = $::form->{next_button} eq 'true'; |
|
956 | 958 |
|
957 | 959 |
my $inout = $self->type_data->properties("transfer"); |
958 | 960 |
|
... | ... | |
973 | 975 |
row => $row, |
974 | 976 |
item_id => $item_id, |
975 | 977 |
in_out => $inout, |
978 |
row_ui_id => $row_ui_id, |
|
979 |
next_button => $next_button, |
|
976 | 980 |
); |
977 | 981 |
} |
978 | 982 |
|
Auch abrufbar als: Unified diff
S:C:DeliveryOrder: Stock in out dialog: Button Speichern und Weiter eingefügt