Donate Share

webERP web-based ERP Accounting

Tracker: Bugs

5 Cost 'cell' display appears to be misaligned? - ID: 2805195
Last Update: Comment added ( tim_schofield )

File SelectProduct.php

Theere is a colspan attribute needs to be moved from this line:

echo '<th align=right>' . _('Cost') . '</th><td align=right>' .
number_format($Cost,3) . '</td>'; // line 538

to this line:

echo '<tr><th>' . _('Sell Price') . ':</th><td COLSPAN=2>'; // line
470.

This file is from webERP version: 3.10.5


Paul ( turbopt ) - 2009-06-12 02:16

5

Closed

Fixed

Tim Schofield

Interface

None

Public


Comments ( 2 )

Date: 2009-06-24 21:54
Sender: tim_schofieldProject Admin

Thanks for this I have committed your fix to cvs.

Tim



Date: 2009-06-12 14:52
Sender: turbopt

Actually, I think the colspan should be in BOTH lines. (is was simply
missing from line 470?)


Attached File

No Files Currently Attached

Changes ( 6 )

Field Old Value Date By
status_id Open 2009-06-24 21:54 tim_schofield
resolution_id None 2009-06-24 21:54 tim_schofield
assigned_to nobody 2009-06-24 21:54 tim_schofield
allow_comments 1 2009-06-24 21:54 tim_schofield
close_date - 2009-06-24 21:54 tim_schofield
summary Cost 'cell' display misaligned... 2009-06-12 02:35 turbopt