Completed
Push — master ( 78fac9...861463 )
by Laurent
01:54
created
facture.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -338,9 +338,12 @@
 block discarded – undo
338 338
 
339 339
         <?php if (!$flightProduct) : ?>
340 340
             <a class="butActionRefused" href="#">Générer</a>
341
-        <?php else: ?>
341
+        <?php else {
342
+    : ?>
342 343
             <button class="butAction" type="submit">Générer</button>
343
-        <?php endif; ?>
344
+        <?php endif;
345
+}
346
+?>
344 347
 
345 348
         <a class="butAction" href="<?php echo DOL_URL_ROOT . '/flightlog/card.php?id=' . $flight->id; ?>">Retour au
346 349
             vol</a>
Please login to merge, or discard this patch.