Bug 21683: Remove accountlines.accountno
authorJosef Moravec <josef.moravec@gmail.com>
Fri, 22 Feb 2019 14:27:21 +0000 (14:27 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 21 Mar 2019 18:19:22 +0000 (18:19 +0000)
commit6e3da5397e00d4f87bcac20b9965fb317707a14f
treed1379a12c8faa418008b4cf3f66df6510165c456
parente43e972ec57d9e07839ec2d678652469b9995bd5
Bug 21683: Remove accountlines.accountno

Test plan:
1) Play with fines, should work OK
2) Try to print receipts on fines - prinfeercpt.pl, printinvoice.pl
3) git grep getnextacctno -> no occurences
4) git grep accountno should return only:
  installer/data/mysql/atomicupdate/bug_21683_remove_column_accountno.perl
  installer/data/mysql/update22to30.pl
  misc/release_notes/release_notes_3_10_0.txt
  misc/release_notes/release_notes_3_22_0.txt
5) prove
  t/db_dependent/Accounts.t
  t/db_dependent/ILSDI_Services.t
  t/db_dependent/Stats.t
  t/db_dependent/Koha/Account.t

Rescued-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
14 files changed:
C4/Accounts.pm
C4/Circulation.pm
C4/Stats.pm
Koha/Account.pm
Koha/REST/V1/Patrons/Account.pm
members/printfeercpt.pl
members/printinvoice.pl
misc/cronjobs/staticfines.pl
misc/maintenance/fix_accountlines_date.pl
misc/maintenance/fix_accountlines_rmdupfines_bug8253.pl
t/db_dependent/Accounts.t
t/db_dependent/ILSDI_Services.t
t/db_dependent/Stats.t
t/lib/TestBuilder.pm