Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

partsgroup mit in TEMPLATE_ARRAYS im Lieferschein(DO) aufgenommen. #304

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

wernerhahn
Copy link
Contributor

No description provided.

@bblessmann bblessmann self-requested a review April 12, 2024 12:47
@@ -1142,6 +1142,7 @@ sub order_details {
push @{ $form->{TEMPLATE_ARRAYS}{qty_nofmt} }, $form->{"qty_$i"};
push @{ $form->{TEMPLATE_ARRAYS}{unit} }, $form->{"unit_$i"};
push @{ $form->{TEMPLATE_ARRAYS}{partnotes} }, $form->{"partnotes_$i"};
push @{ $form->{TEMPLATE_ARRAYS}{partsgroup} }, $form->{"partsgroup_$i"};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

partsgroup muss auch noch in @arrays weiter oben (Zeile 1079). Sonst kann der Eintrag mit der Zwischenüberschrift beim Gruppieren von Positionen kaputt gehen (siehe ca. Zeile 1087 und 1107)

Copy link
Member

@bblessmann bblessmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Habe einen Kommentar dazu gemacht. Da müsstest Du noch was anpassen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants