summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
b59ec96)
save_customer und save_vendor hatten die falschen return-Werte
# add shipto
$form->add_shipto($dbh, $form->{id});
# add shipto
$form->add_shipto($dbh, $form->{id});
+ $rc = $dbh->disconnect;
$main::lxdebug->leave_sub();
$main::lxdebug->leave_sub();
# add shipto
$form->add_shipto($dbh, $form->{id});
# add shipto
$form->add_shipto($dbh, $form->{id});
+ $rc = $dbh->disconnect;
$main::lxdebug->leave_sub();
$main::lxdebug->leave_sub();