From e558dc3f275b95507298eb52d4778a50ef8ea639 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Thu, 1 Oct 2020 07:48:24 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/product/card.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/product/card.php b/htdocs/product/card.php index ea1b2ef0e9f..8b4654ba921 100644 --- a/htdocs/product/card.php +++ b/htdocs/product/card.php @@ -1331,7 +1331,6 @@ else } else // For external software { - if (!empty($accountancy_code_sell)) { $object->accountancy_code_sell = $accountancy_code_sell; } if (!empty($accountancy_code_sell_intra)) { $object->accountancy_code_sell_intra = $accountancy_code_sell_intra; } if (!empty($accountancy_code_sell_export)) { $object->accountancy_code_sell_export = $accountancy_code_sell_export; }