Added max parameter to textarea*() helpers, added constraints on all memo/comments...
[fa-stable.git] / fixed_assets / process_depreciation.php
index 67abc10fba5b97367c14fd6e4a0e5344f5e1f55a..227c4b9f58f2d897a88699c07305abc065e2d2ca 100644 (file)
@@ -172,7 +172,7 @@ function show_gl_controls() {
     hidden ('months');
   }
   refline_list_row(_("Reference line:"), 'refline', ST_JOURNAL, null, false, true);
-  textarea_row(_("Memo:"), 'memo_', null, 40,4);
+  textarea_row(_("Memo:"), 'memo_', null, 40, 4);
 
   end_table(1);