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