Revision 98662ad2
Von Sven Schöling vor fast 18 Jahren hinzugefügt
bin/mozilla/ar.pl | ||
---|---|---|
136 | 136 |
$form->{oldcustomer} = "$form->{customer}--$form->{customer_id}"; |
137 | 137 |
$form->{rowcount} = 1; |
138 | 138 |
|
139 |
# notes |
|
140 |
$form->{notes} = $form->{intnotes} unless $form->{notes}; |
|
141 |
|
|
139 | 142 |
# currencies |
140 | 143 |
@curr = split(/:/, $form->{currencies}); |
141 | 144 |
chomp $curr[0]; |
Auch abrufbar als: Unified diff
Bug 603 - intnotes werden nicht übernommen wenn vom Kunden aus Auftraege/Buchungen erstellt werden