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:
588a19d
)
S:C:Letter: kivi.SalesPurchase.js laden
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Tue, 9 Feb 2021 10:27:28 +0000
(11:27 +0100)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Tue, 9 Feb 2021 10:27:28 +0000
(11:27 +0100)
SL/Controller/Letter.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/Letter.pm
b/SL/Controller/Letter.pm
index
937664f
..
a0aab51
100644
(file)
--- a/
SL/Controller/Letter.pm
+++ b/
SL/Controller/Letter.pm
@@
-314,7
+314,7
@@
sub action_send_email {
sub _display {
my ($self, %params) = @_;
- $::request->{layout}->use_javascript("${_}.js") for qw(ckeditor/ckeditor ckeditor/adapters/jquery kivi.Letter);
+ $::request->{layout}->use_javascript("${_}.js") for qw(ckeditor/ckeditor ckeditor/adapters/jquery kivi.Letter
kivi.SalesPurchase
);
my $letter = $self->letter;