Commit 33ebb860 by Frédéric

Fix tarif filter

parent 09f4aafb
......@@ -36,7 +36,7 @@ class TarifFilter
}
}
$data[$item[0]] = '<span>' . $item[0] .$complement .' </span> : '.$amount;
$data[$item[0]] = '<span>' . $item[0] .$complement .' </span> ' . ($amount) ? ': ' : ''.$amount;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment