Skip to content

Commit

Permalink
FIX:
Browse files Browse the repository at this point in the history
  • Loading branch information
gohanman committed Mar 28, 2013
1 parent 14472ec commit 13adee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fannie/item/modules/BaseItemModule.php
Expand Up @@ -168,7 +168,7 @@ function ShowEditForm($upc){

$ret .= '<tr><td><b>Package Size</b></td><td><input type="text" name="size" size="4"
value="'.(isset($rowItem['size'])?$rowItem['size']:'').'" />';
$ret .= '<b>Unit of measure</b> <input type="text" name"unitm" size="4"
$ret .= '<b>Unit of measure</b> <input type="text" name="unitm" size="4"
value="'.(isset($rowItem['unitofmeasure'])?$rowItem['unitofmeasure']:'').'" /></td>';
$ret .= sprintf('<td colspan="2">
<input type="checkbox" name="doVolume" %s />
Expand Down

0 comments on commit 13adee4

Please sign in to comment.