Bugzilla – Attachment 64203 Details for
Bug 18786
Add ability to create custom payment types
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18786 - Update schema
Bug-18786---Update-schema.patch (text/plain), 1.49 KB, created by
Kyle M Hall (khall)
on 2017-06-12 14:30:49 UTC
(
hide
)
Description:
Bug 18786 - Update schema
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2017-06-12 14:30:49 UTC
Size:
1.49 KB
patch
obsolete
>From 6bb8efea24c69de539d1ee6a15e3a75df3789290 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 12 Jun 2017 10:08:17 -0400 >Subject: [PATCH] Bug 18786 - Update schema > >--- > Koha/Schema/Result/Accountline.pm | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/Accountline.pm b/Koha/Schema/Result/Accountline.pm >index 4cc86a2..dde74ef 100644 >--- a/Koha/Schema/Result/Accountline.pm >+++ b/Koha/Schema/Result/Accountline.pm >@@ -81,6 +81,12 @@ __PACKAGE__->table("accountlines"); > is_nullable: 1 > size: 5 > >+=head2 payment_type >+ >+ data_type: 'varchar' >+ is_nullable: 1 >+ size: 80 >+ > =head2 amountoutstanding > > data_type: 'decimal' >@@ -150,6 +156,8 @@ __PACKAGE__->add_columns( > { data_type => "mediumtext", is_nullable => 1 }, > "accounttype", > { data_type => "varchar", is_nullable => 1, size => 5 }, >+ "payment_type", >+ { data_type => "varchar", is_nullable => 1, size => 80 }, > "amountoutstanding", > { data_type => "decimal", is_nullable => 1, size => [28, 6] }, > "lastincrement", >@@ -251,8 +259,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-02-15 16:13:26 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:OuH2XMR7vE5PQB5ih0VQaw >+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-06-10 07:32:44 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:61aYHJksP9kl2rWsse3g8A > > > # You can replace this text with custom content, and it will be preserved on regeneration >-- >2.10.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 18786
:
64202
|
64203
|
64204
|
64288
|
64300
|
64301
|
64302
|
67476
|
67477
|
69155
|
69156
|
69157
|
71020
|
71021
|
72015
|
72016
|
72114
|
72115
|
72282
|
73628
|
74147
|
74148
|
74149
|
74172
|
74436
|
75401