Fix var_dump
This commit is contained in:
parent
5ebba6fead
commit
5847ea7319
@ -356,7 +356,6 @@ class BlockedLog
|
|||||||
|
|
||||||
if ($this->element == 'facture')
|
if ($this->element == 'facture')
|
||||||
{
|
{
|
||||||
var_dump($object);exit;
|
|
||||||
foreach($object as $key=>$value)
|
foreach($object as $key=>$value)
|
||||||
{
|
{
|
||||||
if (in_array($key, array('fields'))) continue; // Discard some properties
|
if (in_array($key, array('fields'))) continue; // Discard some properties
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user