Skip to content

Commit

Permalink
Fix: Use of undefined constant _ROWS_2
Browse files Browse the repository at this point in the history
  • Loading branch information
hregis committed Feb 24, 2018
1 parent 03d9bf1 commit 5ecbe2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/societe/card.php
Expand Up @@ -1145,7 +1145,7 @@

// Address
print '<tr><td class="tdtop">'.fieldLabel('Address','address').'</td>';
print '<td colspan="3"><textarea name="address" id="address" class="quatrevingtpercent" rows="'._ROWS_2.'" wrap="soft">';
print '<td colspan="3"><textarea name="address" id="address" class="quatrevingtpercent" rows="'.ROWS_2.'" wrap="soft">';
print $object->address;
print '</textarea></td></tr>';

Expand Down

0 comments on commit 5ecbe2a

Please sign in to comment.