FIX spaces before IF
This commit is contained in:
parent
73dab143a3
commit
7e207e80ae
@ -957,13 +957,13 @@ if ($resql)
|
|||||||
if (!empty($arrayfields['c.ref']['checked']))
|
if (!empty($arrayfields['c.ref']['checked']))
|
||||||
{
|
{
|
||||||
print '<td class="nowraponall">';
|
print '<td class="nowraponall">';
|
||||||
if(!empty($show_shippable_command)) {
|
if (!empty($show_shippable_command)) {
|
||||||
$generic_commande->getLinesArray(); // This set ->lines
|
$generic_commande->getLinesArray(); // This set ->lines
|
||||||
}
|
}
|
||||||
|
|
||||||
print $generic_commande->getNomUrl(1, ($search_status != 2 ? 0 : $obj->fk_statut), 0, 0, 0, 1, 1);
|
print $generic_commande->getNomUrl(1, ($search_status != 2 ? 0 : $obj->fk_statut), 0, 0, 0, 1, 1);
|
||||||
|
|
||||||
if(!empty($show_shippable_command)) {
|
if (!empty($show_shippable_command)) {
|
||||||
// Show shippable Icon (create subloop, so may be slow)
|
// Show shippable Icon (create subloop, so may be slow)
|
||||||
if ($conf->stock->enabled) {
|
if ($conf->stock->enabled) {
|
||||||
if (($obj->fk_statut > 0) && ($obj->fk_statut < 3)) {
|
if (($obj->fk_statut > 0) && ($obj->fk_statut < 3)) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user