View | Details | Raw Unified | Return to bug 27569
Collapse All | Expand All

(-)a/C4/ImportExportFramework.pm (-2 / +2 lines)
Lines 858-864 sub _processRow_DB Link Here
858
        $sth->execute((@$dataFields, @$dataFields));
858
        $sth->execute((@$dataFields, @$dataFields));
859
    };
859
    };
860
    if ($@) {
860
    if ($@) {
861
        $debug and warn "Error _processRows_Table $@\n";
861
        warn $@;
862
        $debug and warn "Error _processRow_DB $@\n";
862
    } else {
863
    } else {
863
        $ok = 1;
864
        $ok = 1;
864
    }
865
    }
865
- 

Return to bug 27569