Commaaab
This commit is contained in:
@@ -497,6 +497,7 @@ function showOrdini()
|
||||
foreach ($orders as $order) {
|
||||
$product = Product::where('sku', $order->CodArticoloGM)->first();
|
||||
|
||||
dd($product);
|
||||
// $product = null;
|
||||
|
||||
if ($product)
|
||||
@@ -2020,3 +2021,23 @@ function getClienti()
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
function getvalstr($mystr, $value, $separato = false)
|
||||
{
|
||||
$my = '';
|
||||
if ($mystr) {
|
||||
$my = " " . $mystr . ": " . $value;
|
||||
} else {
|
||||
$my = $value;
|
||||
if (!$separato) {
|
||||
$my = " " . $value;
|
||||
}
|
||||
}
|
||||
|
||||
if ($separato) {
|
||||
$my = '[' . $my . '] ';
|
||||
}
|
||||
|
||||
return $my;
|
||||
}
|
||||
|
||||
|
||||
2043
app/CustomFuncPao.php.save
Normal file
2043
app/CustomFuncPao.php.save
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user