Revision b65a230d
Von Sven Schöling vor fast 15 Jahren hinzugefügt
bin/mozilla/dn.pl | ||
---|---|---|
176 | 176 |
DN->save_config(\%myconfig, \%$form); |
177 | 177 |
# saving the history |
178 | 178 |
if(!exists $form->{addition} && $form->{id} ne "") { |
179 |
$form->{snumbers} = qq|dunning_id_| . $form->{"dunning_id"};
|
|
179 |
$form->{snumbers} = qq|dunning_id_| . $form->{"dunning_id"};
|
|
180 | 180 |
$form->{addition} = "SAVED FOR DUNNING"; |
181 |
$form->save_history($form->dbconnect(\%myconfig));
|
|
181 |
$form->save_history($form->dbconnect(\%myconfig));
|
|
182 | 182 |
} |
183 | 183 |
# /saving the history |
184 | 184 |
$form->redirect($locale->text('Dunning Process Config saved!')); |
... | ... | |
245 | 245 |
|
246 | 246 |
# saving the history |
247 | 247 |
if(!exists $form->{addition} && $form->{id} ne "") { |
248 |
$form->{snumbers} = qq|dunning_id_| . $form->{"dunning_id"};
|
|
248 |
$form->{snumbers} = qq|dunning_id_| . $form->{"dunning_id"};
|
|
249 | 249 |
$form->{addition} = "DUNNING STARTED"; |
250 |
$form->save_history($form->dbconnect(\%myconfig));
|
|
250 |
$form->save_history($form->dbconnect(\%myconfig));
|
|
251 | 251 |
} |
252 | 252 |
# /saving the history |
253 | 253 |
|
Auch abrufbar als: Unified diff
Tabs aus *.pl Dateien entfernt.