Skip to content

Commit

Permalink
delete Blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-jonathan committed Nov 25, 2024
1 parent 86606f1 commit e49bf4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion htdocs/compta/facture/card.php
Original file line number Diff line number Diff line change
Expand Up @@ -2594,7 +2594,6 @@
} elseif ($action == 'addline' && $usercancreate && (
(GETPOST('submitforallmargins', 'alpha') && GETPOST('marginforalllines') !== '') ||
(GETPOST('submitforallmark', 'alpha') && GETPOST('markforalllines') !== ''))) {

$outlangs = $langs;
$margin_rate = GETPOSTISSET('marginforalllines') ? GETPOST('marginforalllines', 'int') : '';
$mark_rate = GETPOSTISSET('markforalllines') ? GETPOST('markforalllines', 'int') : '';
Expand Down

0 comments on commit e49bf4f

Please sign in to comment.