Added max parameter to textarea*() helpers, added constraints on all memo/comments...
[fa-stable.git] / manufacturing / includes / work_order_issue_ui.inc
index 066f80d63a52050feea101fe96a8f7b81c04411f..969810cd11f2dc4d69e261198ec95f90ea001fea 100644 (file)
@@ -166,7 +166,7 @@ function issue_options_controls()
        yesno_list_row(_("Type:"), 'IssueType', $_POST['IssueType'],
                _("Return Items to Location"), _("Issue Items to Work order"));
  
-       textarea_row(_("Memo"), 'memo_', null, 50, 3);
+       textarea_row(_("Memo"), 'memo_', null, 50, 3, 40); // stock move reference is 40 max
 
        end_table(1);
 }