+ <tr>
+ <th align=right nowrap>| . $locale->text('Department') . qq|</th>
+ <td>$form->{department_1}</td>
+ <td><input name=shiptodepartment_1 size=35 value="$form->{shiptodepartment_1}"></td>
+ </tr>
+ <tr>
+ <th align=right nowrap> </th>
+ <td>$form->{department_2}</td>
+ <td><input name=shiptodepartment_2 size=35 value="$form->{shiptodepartment_2}"></td>
+ </tr>