Fixing style errors.
This commit is contained in:
parent
7318cb93aa
commit
7c989c3128
@ -1697,7 +1697,6 @@ while ($i < min($num, $limit)) {
|
|||||||
|
|
||||||
// Default Workstation
|
// Default Workstation
|
||||||
if (!empty($arrayfields['p.fk_default_workstation']['checked'])) {
|
if (!empty($arrayfields['p.fk_default_workstation']['checked'])) {
|
||||||
|
|
||||||
print '<td align="left">';
|
print '<td align="left">';
|
||||||
if (!empty($obj->fk_default_workstation)) {
|
if (!empty($obj->fk_default_workstation)) {
|
||||||
$static_ws->id = $obj->fk_default_workstation;
|
$static_ws->id = $obj->fk_default_workstation;
|
||||||
@ -1710,7 +1709,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