aa
This commit is contained in:
@@ -32,6 +32,8 @@ use Illuminate\Support\Facades\Request;
|
||||
|
||||
use App\Helpers\MyConfig;
|
||||
|
||||
MyConfig::init();
|
||||
|
||||
setlocale(LC_TIME, 'it_IT.UTF-8');
|
||||
|
||||
function showarray($array)
|
||||
@@ -128,11 +130,6 @@ function setPreOrder($sku, $aggiornapreordine, $debug)
|
||||
// Aggiorna Preorder
|
||||
$product = Product::where('sku', $sku)->first();
|
||||
|
||||
// get the article by product
|
||||
// $article = Article::where('IdArticolo', $idarticolo)->first();
|
||||
|
||||
// showarray($article);
|
||||
|
||||
if ($debug) {
|
||||
echo "Product: " . $sku;
|
||||
showarray($product);
|
||||
|
||||
Reference in New Issue
Block a user