From e8c7908d29338456fd0bd99757f34061eebbbb7c Mon Sep 17 00:00:00 2001 From: OpenXE <> Date: Wed, 24 Jan 2024 19:10:10 +0100 Subject: [PATCH] added einkaufspreise to editable column --- phpwf/widgets/easytable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpwf/widgets/easytable.php b/phpwf/widgets/easytable.php index 0618dd1c..f0fda27e 100644 --- a/phpwf/widgets/easytable.php +++ b/phpwf/widgets/easytable.php @@ -388,7 +388,7 @@ class EasyTable { { $editcols = array(4,5,6,7); }else{ - $einkaufspreiseerlaubt = false; + $einkaufspreiseerlaubt = true; if($einkaufspreiseerlaubt) { $editcols =array(4,5,6,7,8,9);