Revision 89b63504
Von Philip Reetz vor fast 19 Jahren hinzugefügt
SL/CT.pm | ||
---|---|---|
355 | 355 |
# add shipto |
356 | 356 |
$form->add_shipto($dbh, $form->{id}); |
357 | 357 |
|
358 |
$dbh->disconnect; |
|
358 |
$rc = $dbh->disconnect;
|
|
359 | 359 |
|
360 | 360 |
$main::lxdebug->leave_sub(); |
361 |
return $rc; |
|
361 | 362 |
} |
362 | 363 |
|
363 | 364 |
sub save_vendor { |
... | ... | |
488 | 489 |
# add shipto |
489 | 490 |
$form->add_shipto($dbh, $form->{id}); |
490 | 491 |
|
491 |
$dbh->disconnect; |
|
492 |
$rc = $dbh->disconnect;
|
|
492 | 493 |
|
493 | 494 |
$main::lxdebug->leave_sub(); |
495 |
return $rc; |
|
494 | 496 |
} |
495 | 497 |
|
496 | 498 |
sub delete { |
Auch abrufbar als: Unified diff
save_customer und save_vendor hatten die falschen return-Werte