Revision bc020e5b
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
| SL/Model/Record.pm | ||
|---|---|---|
|
|
||
|
$record->intnotes($new_customervendor->notes);
|
||
|
|
||
|
return if !$record->is_sales;
|
||
|
return $record if !$record->is_sales;
|
||
|
if ($record->is_sales) {
|
||
|
my $new_customer = $new_customervendor;
|
||
|
$record->salesman_id($new_customer->salesman_id
|
||
Auch abrufbar als: Unified diff
Model::Record: FIX: einheitliche Funktionssignatur