Bug 12289: Add --no-create options to stage_file.pl
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 19 May 2014 13:20:50 +0000 (13:20 +0000)
committerBrendan A Gallagher <brendan@bywatersolutions.com>
Wed, 30 Dec 2015 21:11:16 +0000 (21:11 +0000)
commitb31eca978723c371564dfd14e27badc653f260e1
tree9c6e58fb4e17ec782ee6ffec2e944c6849e45689
parent4e61aa5ef55e214e60920eb3556f0c96dbe3e23a
 Bug 12289: Add --no-create options to stage_file.pl

This patch adds the no-create options to the command line interface
for bulk loading of records.

To test
1/ Apply both patches
2/ Call the script with --no-create and your will find that new
records are not created when no match is found.  The default, of
create_new remains the same as before.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
misc/stage_file.pl