-
The file name is actually StockCategories.php (same version and lines)
Thought I'd also add [for reference] that this was with IE 6.x.
FF 3.x didn't display the issue, but was [evidently] handled gracefully.
2009-08-06 15:19:12 UTC in webERP web-based ERP Accounting
-
This is for StockCategory.php v1.18, at lines 473/478.
473: echo '' . _('Text Box') . '
2009-08-06 15:12:53 UTC in webERP web-based ERP Accounting
-
Actually, I think the colspan should be in BOTH lines. (is was simply missing from line 470?)
2009-06-12 14:52:38 UTC in webERP web-based ERP Accounting
-
File SelectProduct.php
Theere is a colspan attribute needs to be moved from this line:
echo '' . _('Cost') . '' . number_format($Cost,3) . ''; // line 538
to this line:
echo '' . _('Sell Price') . ':'; // line 470.
This file is from webERP version: 3.10.5.
2009-06-12 02:16:20 UTC in webERP web-based ERP Accounting