Bug 793018 - Balance (with >>eguile<<) - Report Title can't be changed

This commit is contained in:
Christopher Lam 2019-08-18 19:26:09 +08:00
parent 4a81bb34ce
commit 99c69023cc
2 changed files with 3 additions and 3 deletions

View File

@ -128,7 +128,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text-html; charset=utf-8">
<title><?scm:d coyname ?> <?scm:d reportname ?> <?scm:d (qof-print-date opt-date) ?></title>
<title><?scm:d coyname ?> <?scm:d opt-report-title ?> <?scm:d (qof-print-date opt-date) ?></title>
<link rel="stylesheet" href="<?scm:d opt-css-file ?>" type="text/css">
<!-- Note that the stylesheet file is overridden by some options, i.e.
@ -152,7 +152,7 @@
</head>
<body>
<h3><?scm:d coyname ?></h3>
<h2><?scm:d reportname ?> <?scm:d (qof-print-date opt-date) ?></h2>
<h2><?scm:d opt-report-title ?> <?scm:d (qof-print-date opt-date) ?></h2>
<?scm
;; This is where the work is done.

View File

@ -326,7 +326,7 @@
(opt-report-commodity (get-option commodities-page optname-report-commodity))
(opt-price-source (get-option commodities-page optname-price-source))
(opt-show-foreign? (get-option commodities-page optname-show-foreign))
(opt-report-title (get-option general-page optname-report-title))
(opt-report-title (get-option general-page gnc:optname-reportname))
(opt-date (gnc:time64-end-day-time
(gnc:date-option-absolute-time
(get-option general-page optname-date))))