Skip to content

Commit

Permalink
Merge branch '20.0' into 20.0-fix-32155
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy authored Nov 30, 2024
2 parents a3082d7 + f2c2b63 commit 9ae46ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/adherents/card.php
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ function initfieldrequired() {
// State
if (!getDolGlobalString('MEMBER_DISABLE_STATE')) {
print '<tr><td>'.$langs->trans('State').'</td><td>';
if ($soc->country_id || GETPOSTISSET('country_id')) {
if ($soc->country_id || GETPOSTISSET('country_id')) {
print img_picto('', 'state', 'class="pictofixedwidth"');
print $formcompany->select_state(GETPOSTISSET('state_id') ? GETPOSTINT('state_id') : $soc->state_id, GETPOSTISSET('country_id') ? GETPOSTINT('country_id') : $soc->country_code);
} else {
Expand Down

0 comments on commit 9ae46ce

Please sign in to comment.