Revision a3be8322
Von Sven Schöling vor etwa 11 Jahren hinzugefügt
SL/Controller/Inventory.pm | ||
---|---|---|
49 | 49 |
parts => $self->part, |
50 | 50 |
dst_bin => $self->bin, |
51 | 51 |
dst_wh => $self->warehouse, |
52 |
qty => $::form->format_amount(\%::myconfig, $::form->{qty}),
|
|
52 |
qty => $::form->parse_amount(\%::myconfig, $::form->{qty}),
|
|
53 | 53 |
unit => $self->unit, |
54 | 54 |
transfer_type => 'stock', |
55 | 55 |
chargenumber => $::form->{chargenumber}, |
Auch abrufbar als: Unified diff
Inventory/stock: qty muss geparst werden, nicht formatiert.
behebt #2381