Skip to content

Commit

Permalink
Fix colspan missing
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-maxime committed Dec 10, 2016
1 parent eb8f891 commit b1d5f26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/core/tpl/objectline_edit.tpl.php
Expand Up @@ -122,6 +122,7 @@
print '></td>';

if (!empty($conf->multicurrency->enabled)) {
$colspan++;
print '<td align="right"><input rel="'.$object->multicurrency_tx.'" type="text" class="flat" size="8" id="multicurrency_subprice" name="multicurrency_subprice" value="'.price($line->multicurrency_subprice).'" /></td>';
}

Expand Down

0 comments on commit b1d5f26

Please sign in to comment.