Revision 89b63504
Von Philip Reetz vor etwa 19 Jahren hinzugefügt
SL/CT.pm | ||
---|---|---|
# add shipto
|
||
$form->add_shipto($dbh, $form->{id});
|
||
|
||
$dbh->disconnect;
|
||
$rc = $dbh->disconnect;
|
||
|
||
$main::lxdebug->leave_sub();
|
||
return $rc;
|
||
}
|
||
|
||
sub save_vendor {
|
||
... | ... | |
# add shipto
|
||
$form->add_shipto($dbh, $form->{id});
|
||
|
||
$dbh->disconnect;
|
||
$rc = $dbh->disconnect;
|
||
|
||
$main::lxdebug->leave_sub();
|
||
return $rc;
|
||
}
|
||
|
||
sub delete {
|
Auch abrufbar als: Unified diff
save_customer und save_vendor hatten die falschen return-Werte