mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 12:07:15 +01:00
added einkaufspreise to editable column
This commit is contained in:
parent
63b85f213a
commit
e8c7908d29
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user