| 68 | 
              my $query = "INSERT INTO creator_batches (batch_id, description, $number_type, branch_code, creator) VALUES (?,?,?,?,?);";  | 
          68 | 
              my $query = "INSERT INTO creator_batches (batch_id, description, $number_type, branch_code, creator) VALUES (?,?,?,?,?);";  | 
        
        
              | 71 | 
                  $sth->execute($self->{'batch_id'}, $number, $self->{'branch_code'}, $1); | 
              71 | 
                  $sth->execute($self->{'batch_id'}, $self->{'description'}, $number, $self->{'branch_code'}, $1); | 
            
        
          | 73 | 
                 warn sprintf('Database returned the following error on attempted INSERT: %s', $sth->errstr); | 
          73 | 
                 warn sprintf('Database returned the following error on attempted INSERT: %s', $sth->errstr); |