Revision 34f5531f
Von Bernd Blessmann vor fast 13 Jahren hinzugefügt
bin/mozilla/do.pl | ||
---|---|---|
818 | 818 |
|
819 | 819 |
} |
820 | 820 |
|
821 |
# show pricegroup in newly loaded invoice when creating invoice from delivery order |
|
822 |
for my $i (1 .. $form->{rowcount}) { |
|
823 |
$form->{"sellprice_pg_$i"} = join /--/, $form->{"sellprice_$i"}, $form->{"pricegroup_id_$i"}; |
|
824 |
} |
|
825 |
IS->get_pricegroups_for_parts(\%myconfig, \%$form); |
|
826 |
set_pricegroup($_) for 1 .. $form->{rowcount}; |
|
827 |
|
|
821 | 828 |
display_form(); |
822 | 829 |
|
823 | 830 |
$main::lxdebug->leave_sub(); |
... | ... | |
916 | 923 |
|
917 | 924 |
invoice_links(); |
918 | 925 |
prepare_invoice(); |
926 |
|
|
927 |
# show pricegroup in newly loaded invoice when creating invoice from delivery order |
|
928 |
for my $i (1 .. $form->{rowcount}) { |
|
929 |
$form->{"sellprice_pg_$i"} = join /--/, $form->{"sellprice_$i"}, $form->{"pricegroup_id_$i"}; |
|
930 |
} |
|
931 |
IS->get_pricegroups_for_parts(\%myconfig, \%$form); |
|
932 |
set_pricegroup($_) for 1 .. $form->{rowcount}; |
|
933 |
|
|
919 | 934 |
display_form(); |
920 | 935 |
|
921 | 936 |
$main::lxdebug->leave_sub(); |
Auch abrufbar als: Unified diff
Bugfix für Bug 1770 (zweiter Teil):
Preisgruppen überleben jetzt Workflow über Lieferschein.