forked from science-ation/science-ation
use addTable instead of add_table for consistency between interfaces
This commit is contained in:
parent
1d2642527e
commit
7eb89d98a2
@ -823,7 +823,7 @@ foreach($report_stock as $n=>$v) {
|
|||||||
if(count($data)) $table['data'][] = $data;
|
if(count($data)) $table['data'][] = $data;
|
||||||
}
|
}
|
||||||
if(count($table['data'])) {
|
if(count($table['data'])) {
|
||||||
$rep->add_table($table);
|
$rep->addTable($table);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -508,7 +508,7 @@ class pdf extends TCPDF {
|
|||||||
return $html;
|
return $html;
|
||||||
}
|
}
|
||||||
|
|
||||||
function add_table($table)
|
function addTable($table)
|
||||||
{
|
{
|
||||||
$orig_lmargin = $this->lMargin;
|
$orig_lmargin = $this->lMargin;
|
||||||
$orig_tmargin = $this->tMargin;
|
$orig_tmargin = $this->tMargin;
|
||||||
|
Loading…
Reference in New Issue
Block a user