From f91c376a7c450a94815628dade38b595f70b873a Mon Sep 17 00:00:00 2001 From: iouston <4319513+iouston@users.noreply.github.com> Date: Tue, 4 Jan 2022 16:44:13 +0100 Subject: [PATCH] minor change on getNextNumRef doc block --- htdocs/expedition/class/expedition.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/expedition/class/expedition.class.php b/htdocs/expedition/class/expedition.class.php index 955724c6f9c..1cb123a79ae 100644 --- a/htdocs/expedition/class/expedition.class.php +++ b/htdocs/expedition/class/expedition.class.php @@ -225,10 +225,10 @@ class Expedition extends CommonObject } /** - * Return next contract ref + * Return next expedition ref * * @param Societe $soc Thirdparty object - * @return string Free reference for contract + * @return string Free reference for expedition */ public function getNextNumRef($soc) {