summaryrefslogtreecommitdiff
path: root/LedgerSMB.pm
diff options
context:
space:
mode:
Diffstat (limited to 'LedgerSMB.pm')
-rwxr-xr-xLedgerSMB.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/LedgerSMB.pm b/LedgerSMB.pm
index 1ca8e574..49126940 100755
--- a/LedgerSMB.pm
+++ b/LedgerSMB.pm
@@ -151,6 +151,7 @@ sub new {
$self->{VERSION} = $VERSION;
$self->merge($params);
+ $self->{have_latex} = $LedgerSMB::Sysconfig::latex;
# Adding this so that empty values are stored in the db as NULL's. If
# stored procedures want to handle them differently, they must opt to do so.