From f4c22c0ae77e670480a3237ae19d850f7c036add Mon Sep 17 00:00:00 2001 From: Marc de Lima Lucio <68746600+marc-dll@users.noreply.github.com> Date: Tue, 5 Oct 2021 13:02:12 +0200 Subject: [PATCH] FIX: deposit payment terms: PHPDoc --- htdocs/core/class/html.form.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index af406bcf375..415570102f2 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -5146,7 +5146,6 @@ class Form * @param string $htmlname Name of select html field * @param int $addempty Add empty entry * @param int $filtertype If > 0, include payment terms with deposit percentage (for objects other than invoices and invoice templates) - * @param float $deposit_percent % of deposit if needed by payment conditions * @param float $deposit_percent < 0 : deposit_percent input makes no sense (for example, in list filters) * 0 : use default deposit percentage from entry * > 0 : force deposit percentage (for example, from company object)