Fixing style errors.
This commit is contained in:
parent
0d134f62ac
commit
82cccc82f5
@ -170,7 +170,7 @@ $total_cost = 0;
|
|||||||
$tmpbom->calculateCosts();
|
$tmpbom->calculateCosts();
|
||||||
print '<td id="costline_'.$line->id.'" class="linecolcost nowrap right">';
|
print '<td id="costline_'.$line->id.'" class="linecolcost nowrap right">';
|
||||||
$coldisplay++;
|
$coldisplay++;
|
||||||
if(!empty($line->fk_bom_child)) {
|
if (!empty($line->fk_bom_child)) {
|
||||||
echo '<span class="amount">'.price($tmpbom->total_cost).'</span>';
|
echo '<span class="amount">'.price($tmpbom->total_cost).'</span>';
|
||||||
} else {
|
} else {
|
||||||
echo '<span class="amount">'.price($line->total_cost).'</span>';
|
echo '<span class="amount">'.price($line->total_cost).'</span>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user