mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-10 22:16:26 +02:00
merchant rebuild and Config change
This commit is contained in:
parent
89d665a8a4
commit
36a0bb4a23
34 changed files with 55 additions and 10375 deletions
|
@ -625,12 +625,12 @@ sub handler {
|
|||
my $nodev = $db->get_node("$view_post","$lang");
|
||||
#Printpreview
|
||||
if($view =~ /Printpreview/){
|
||||
require "Lib/Printpreview.pm";
|
||||
require "Mod/Printpreview.pm";
|
||||
&Printpreview::printpre();
|
||||
exit 0;
|
||||
}
|
||||
elsif($view =~ /PDFGenerator/){
|
||||
require "Lib/PDFGenerator.pm";
|
||||
require "Mod/PDFGenerator.pm";
|
||||
&PDFGenerator::printpre();
|
||||
exit 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue