projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
255d89a
)
WebshopApi: RecordsLinks auch für/bei ShopOrders anzeigen
author
Werner Hahn
<wh@futureworldsearch.net>
Mon, 25 Sep 2017 10:33:41 +0000
(12:33 +0200)
committer
Werner Hahn
<wh@futureworldsearch.net>
Tue, 26 Sep 2017 10:25:02 +0000
(12:25 +0200)
SL/Controller/RecordLinks.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/RecordLinks.pm
b/SL/Controller/RecordLinks.pm
index
b477ba2
..
660909b
100644
(file)
--- a/
SL/Controller/RecordLinks.pm
+++ b/
SL/Controller/RecordLinks.pm
@@
-122,7
+122,7
@@
sub action_ajax_add_list {
my ($self) = @_;
my $manager = 'SL::DB::Manager::' . $self->link_type_desc->{model};
- my $vc = $self->link_type =~ m/sales_|^invoice|requirement_spec|letter/ ? 'customer' : 'vendor';
+ my $vc = $self->link_type =~ m/s
hop|s
ales_|^invoice|requirement_spec|letter/ ? 'customer' : 'vendor';
my $project = $self->link_type_desc->{project};
my $project_id = "${project}_id";
my $description = $self->link_type_desc->{description};