A working version of the collected report for accounts. There is still some error checking to do, since we don't want this report for just any account. Also, we may wish to do away with the form to prevent accidental submittal. Finally, it would be nice to do away with the button, and automatically update on date changes.
git-svn-id: file:///svn-source/pmgr/branches/invoice_receipt_20090629@324 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -64,8 +64,10 @@ foreach ($fields AS $field => $config) {
|
||||
elseif (isset($field_prefix) && !isset($config['no_prefix']))
|
||||
$field = $field_prefix . '.' . $field;
|
||||
|
||||
$config['opts']['label'] = false;
|
||||
$config['opts']['div'] = false;
|
||||
if (!isset($config['opts']['label']))
|
||||
$config['opts']['label'] = false;
|
||||
if (!isset($config['opts']['div']))
|
||||
$config['opts']['div'] = false;
|
||||
|
||||
$cells = array();
|
||||
if ($include_before) {
|
||||
|
||||
Reference in New Issue
Block a user