mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Don't change report_name to "GnuCash-Report" in cdb674ebf1
for PDF filename
This commit is contained in:
@@ -1901,8 +1901,9 @@ static gchar *report_create_jobname(GncPluginPageReportPrivate *priv)
|
||||
"Report name");
|
||||
if (!report_name_str.empty())
|
||||
report_name = g_strdup(report_name_str.c_str());
|
||||
if (report_name)
|
||||
else
|
||||
report_name = g_strdup (_(default_jobname));
|
||||
|
||||
if (g_strcmp0(report_name, _("Printable Invoice")) == 0
|
||||
|| g_strcmp0(report_name, _("Tax Invoice")) == 0
|
||||
|| g_strcmp0(report_name, _("Easy Invoice")) == 0
|
||||
|
||||
Reference in New Issue
Block a user