From ce79989a9cfc118f56dcb324c363e6e791b82566 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Mon, 25 May 2020 22:33:02 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/supplier_proposal/card.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/supplier_proposal/card.php b/htdocs/supplier_proposal/card.php index bd228baa4d1..9e776f94371 100644 --- a/htdocs/supplier_proposal/card.php +++ b/htdocs/supplier_proposal/card.php @@ -1012,9 +1012,9 @@ if (empty($reshook)) elseif ($action == 'setavailability' && $usercancreate) { $result = $object->availability($_POST['availability_id']); } - - // Terms of payments - elseif ($action == 'setconditions' && $usercancreate) { + + // Terms of payments + elseif ($action == 'setconditions' && $usercancreate) { $result = $object->setPaymentTerms(GETPOST('cond_reglement_id', 'int')); } elseif ($action == 'setremisepercent' && $usercancreate) { $result = $object->set_remise_percent($user, GETPOST('remise_percent', 'alpha'));