mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 12:07:15 +01:00
bugfix import article from shop
This commit is contained in:
parent
520fab99db
commit
515bb51b6e
@ -2798,7 +2798,7 @@ class Artikel extends GenArtikel {
|
|||||||
if(isset($result[$nameofcolumn])) {
|
if(isset($result[$nameofcolumn])) {
|
||||||
if(
|
if(
|
||||||
($result[$nameofcolumn]!='' && !is_array($result[$nameofcolumn]))
|
($result[$nameofcolumn]!='' && !is_array($result[$nameofcolumn]))
|
||||||
|| $nameofcolumn==='lieferzeitmanuell' || $nameofcolumn==='pseudopreis'
|
// || $nameofcolumn==='lieferzeitmanuell' || $nameofcolumn==='pseudopreis'
|
||||||
){
|
){
|
||||||
$this->app->DB->Update(
|
$this->app->DB->Update(
|
||||||
"UPDATE artikel
|
"UPDATE artikel
|
||||||
|
Loading…
Reference in New Issue
Block a user