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