mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 793018 - Balance (with >>eguile<<) - Report Title can't be changed
This commit is contained in:
parent
4a81bb34ce
commit
99c69023cc
@ -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.
|
||||
|
@ -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))))
|
||||
|
Loading…
Reference in New Issue
Block a user