summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/modules/Company.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/modules/Company.sql b/sql/modules/Company.sql
index 4cd0e2cd..f8095201 100644
--- a/sql/modules/Company.sql
+++ b/sql/modules/Company.sql
@@ -394,7 +394,7 @@ CREATE OR REPLACE FUNCTION entity_credit_save (
VALUES (
in_entity_id,
in_entity_class,
- in_discount / 100,
+ in_discount,
in_taxincluded,
in_creditlimit,
in_terms,