From 3d21555a6c3034c2fe9c481aaf84479077fa4350 Mon Sep 17 00:00:00 2001 From: Yves Lavoie Date: Tue, 16 May 2023 02:31:31 -0400 Subject: [PATCH] Restore default AR/AP selection --- UI/setup/upgrade_info.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UI/setup/upgrade_info.html b/UI/setup/upgrade_info.html index 896ae1ed2e..d312541f91 100644 --- a/UI/setup/upgrade_info.html +++ b/UI/setup/upgrade_info.html @@ -44,7 +44,7 @@

[% text('Database Management Console') %]

class = 'country' } %] -[% IF ar_accounts.size > 1; %] +[% IF default_ar.size > 1; %]

[% text('LedgerSMB supports multiple Accounts receivable (AR) accounts ' _ @@ -66,7 +66,7 @@

[% text('Database Management Console') %]

value = default_ar }; END %] -[% IF ap_accounts.size > 1; %] +[% IF default_ap.size > 1; %]

[% text('LedgerSMB supports multiple Accounts payable (AP) accounts ' _