Fixing style errors.
This commit is contained in:
parent
e1fee2e14c
commit
ffae1ac0d2
@ -1684,7 +1684,6 @@ while ($i < min($num, $limit)) {
|
|||||||
|
|
||||||
// Default Workstation
|
// Default Workstation
|
||||||
if (!empty($arrayfields['p.fk_default_worksation']['checked'])) {
|
if (!empty($arrayfields['p.fk_default_worksation']['checked'])) {
|
||||||
|
|
||||||
print '<td align="center">';
|
print '<td align="center">';
|
||||||
if (!empty($obj->fk_default_workstation)) {
|
if (!empty($obj->fk_default_workstation)) {
|
||||||
$static_ws = new Workstation($db);
|
$static_ws = new Workstation($db);
|
||||||
@ -1698,7 +1697,6 @@ while ($i < min($num, $limit)) {
|
|||||||
if (!$i) {
|
if (!$i) {
|
||||||
$totalarray['nbfield']++;
|
$totalarray['nbfield']++;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Sell price
|
// Sell price
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user