Fix: optimize code
Fix: better function name
This commit is contained in:
parent
64986dd12f
commit
92d6a056ab
@ -1783,7 +1783,7 @@ else
|
||||
print '<table id="tablelines" class="noborder" width="100%">';
|
||||
|
||||
// Show object lines
|
||||
if (! empty($object->lines)) $object->printObjectLines(0,$mysoc,$soc);
|
||||
if (! empty($object->lines)) $object->printObjectLines(1,$mysoc,$soc);
|
||||
|
||||
/*
|
||||
* Form to add new line
|
||||
|
||||
@ -2534,7 +2534,7 @@ else
|
||||
print '<table id="tablelines" class="noborder" width="100%">';
|
||||
|
||||
// Show object lines
|
||||
if (! empty($object->lines)) $object->printObjectLines(0,$mysoc,$soc);
|
||||
if (! empty($object->lines)) $object->printObjectLines(1,$mysoc,$soc);
|
||||
|
||||
/*
|
||||
* Form to add new line
|
||||
|
||||
Loading…
Reference in New Issue
Block a user