Removed the comment from lease move-out, and tweaked the form_table to support it
git-svn-id: file:///svn-source/pmgr/branches/invoice_receipt_20090629/site@277 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -45,6 +45,9 @@ if ($include_after)
|
||||
|
||||
$rows = array();
|
||||
foreach ($fields AS $field => $config) {
|
||||
if (!isset($config))
|
||||
continue;
|
||||
|
||||
if (!isset($config['name']))
|
||||
$config['name'] = implode(' ', array_map('ucfirst', explode('_', $field)));
|
||||
if (!isset($config['opts']))
|
||||
|
||||
Reference in New Issue
Block a user