styling
This commit is contained in:
parent
a4d27c1e52
commit
8100983b3a
@ -314,8 +314,8 @@ abstract class Report
|
|||||||
if (
|
if (
|
||||||
!isset($this->row_values[$table][$item->$id_field])
|
!isset($this->row_values[$table][$item->$id_field])
|
||||||
|| !isset($this->row_values[$table][$item->$id_field][$date])
|
|| !isset($this->row_values[$table][$item->$id_field][$date])
|
||||||
|| !isset($this->footer_totals[$table][$date]))
|
|| !isset($this->footer_totals[$table][$date])
|
||||||
{
|
) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -95,8 +95,8 @@ class TaxSummary extends Report
|
|||||||
|
|
||||||
if (
|
if (
|
||||||
!isset($this->row_values[$item_total->name][$type][$date])
|
!isset($this->row_values[$item_total->name][$type][$date])
|
||||||
|| !isset($this->footer_totals[$item_total->name][$date]))
|
|| !isset($this->footer_totals[$item_total->name][$date])
|
||||||
{
|
) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user