From 230b369ae0e8f0650118ac91750d7d2d94b381c7 Mon Sep 17 00:00:00 2001 From: tetragon Date: Wed, 24 Oct 2007 22:59:15 +0000 Subject: Correct the row count variable name git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1816 4979c152-3d1c-0410-bac9-87ea11338e46 --- UI/am-warehouse-form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UI/am-warehouse-form.html') diff --git a/UI/am-warehouse-form.html b/UI/am-warehouse-form.html index 1ed6975f..da4e4338 100644 --- a/UI/am-warehouse-form.html +++ b/UI/am-warehouse-form.html @@ -11,7 +11,7 @@ 1 ?> - 'description', cols => 60, rows => rows, text => form.description} ?> + 'description', cols => 60, rows => row_count, text => form.description} ?> 'description', size => 60, value => form.description} ?> -- cgit v1.2.3