From 0ac45a01ffd4dab83cf8b563763b4f8e056030ee Mon Sep 17 00:00:00 2001 From: Faustin Date: Sun, 11 Sep 2022 22:21:52 +0200 Subject: [PATCH] scrutinizer on product/stock/stocktransfer/class/stocktransferline.class.php: unset a non-existent var --- .../stock/stocktransfer/class/stocktransferline.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/product/stock/stocktransfer/class/stocktransferline.class.php b/htdocs/product/stock/stocktransfer/class/stocktransferline.class.php index a5d49dcc3a7..14febad09d4 100644 --- a/htdocs/product/stock/stocktransfer/class/stocktransferline.class.php +++ b/htdocs/product/stock/stocktransfer/class/stocktransferline.class.php @@ -232,7 +232,6 @@ class StockTransferLine extends CommonObjectLine // Reset some properties unset($object->id); - unset($object->fk_user_creat); unset($object->import_key);