Revision 79b75e07
Von Jan Büren vor mehr als 3 Jahren hinzugefügt
SL/WH.pm | ||
---|---|---|
519 | 519 |
"comment" => "i1.comment", |
520 | 520 |
"trans_type" => "tt.description", |
521 | 521 |
"trans_id" => "i1.trans_id", |
522 |
"id" => "i1.id", |
|
522 | 523 |
"oe_id" => "COALESCE(i1.oe_id, i2.oe_id)", |
523 | 524 |
"invoice_id" => "COALESCE(i1.invoice_id, i2.invoice_id)", |
524 | 525 |
"date" => "i1.shippingdate", |
... | ... | |
539 | 540 |
}; |
540 | 541 |
|
541 | 542 |
$form->{l_classification_id} = 'Y'; |
543 |
$form->{l_id} = 'Y'; |
|
542 | 544 |
$form->{l_part_type} = 'Y'; |
543 | 545 |
$form->{l_itime} = 'Y'; |
544 | 546 |
$form->{l_invoice_id} = $form->{l_oe_id} if $form->{l_oe_id}; |
Auch abrufbar als: Unified diff
Gefertigte Erzeugnisse wieder zerlegen
1 Ebene und Prüfung auf transfer_undo Intervall