Added in importing Supplier CSV
This commit is contained in:
parent
4b7550f569
commit
bf4b092a12
17 changed files with 4696 additions and 23 deletions
|
@ -6,7 +6,7 @@ use warnings;
|
|||
|
||||
use base 'DBIx::Class::Schema';
|
||||
|
||||
our $VERSION = 26;
|
||||
our $VERSION = 27;
|
||||
|
||||
__PACKAGE__->load_namespaces;
|
||||
|
||||
|
|
Reference in a new issue