Fix: Use of undefined constant _ROWS_2

This commit is contained in:
Regis Houssin 2018-02-24 13:49:30 +01:00
parent 03d9bf1376
commit 5ecbe2ae81

View File

@ -1145,7 +1145,7 @@ else
// 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>';