Skip to content

Commit

Permalink
Restore default AR/AP selection
Browse files Browse the repository at this point in the history
  • Loading branch information
ylavoie committed May 20, 2023
1 parent 09437e4 commit 3d21555
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UI/setup/upgrade_info.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h2>[% text('Database Management Console') %]</h2>
class = 'country'
} %]
</div>
[% IF ar_accounts.size > 1; %]
[% IF default_ar.size > 1; %]
<div class="input_row">
<p>
[% text('LedgerSMB supports multiple <em>Accounts receivable (AR)</em> accounts ' _
Expand All @@ -66,7 +66,7 @@ <h2>[% text('Database Management Console') %]</h2>
value = default_ar
};
END %]
[% IF ap_accounts.size > 1; %]
[% IF default_ap.size > 1; %]
<div class="input_row">
<p>
[% text('LedgerSMB supports multiple <em>Accounts payable (AP)</em> accounts ' _
Expand Down

0 comments on commit 3d21555

Please sign in to comment.