Bugzilla – Attachment 76868 Details for
Bug 18639
Separate replacement cost and retail price fields in acquisitions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18639 - Schema updates (DO NOT PUSH)
Bug-18639---Schema-updates-DO-NOT-PUSH.patch (text/plain), 1.08 KB, created by
Martin Renvoize (ashimema)
on 2018-07-11 20:09:11 UTC
(
hide
)
Description:
Bug 18639 - Schema updates (DO NOT PUSH)
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2018-07-11 20:09:11 UTC
Size:
1.08 KB
patch
obsolete
>From 9a74679272794738179e97082b4dcba6767c97e7 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 29 Dec 2017 16:14:46 +0000 >Subject: [PATCH] Bug 18639 - Schema updates (DO NOT PUSH) > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > Koha/Schema/Result/Aqorder.pm | 8 ++++++++ > 1 file changed, 8 insertions(+) > >diff --git a/Koha/Schema/Result/Aqorder.pm b/Koha/Schema/Result/Aqorder.pm >index 174f3a68c8..731894a7c5 100644 >--- a/Koha/Schema/Result/Aqorder.pm >+++ b/Koha/Schema/Result/Aqorder.pm >@@ -152,6 +152,12 @@ __PACKAGE__->table("aqorders"); > is_nullable: 1 > size: [13,2] > >+=head2 replacementprice >+ >+ data_type: 'decimal' >+ is_nullable: 1 >+ size: [28,6] >+ > =head2 rrp_tax_excluded > > data_type: 'decimal' >@@ -370,6 +376,8 @@ __PACKAGE__->add_columns( > }, > "rrp", > { data_type => "decimal", is_nullable => 1, size => [13, 2] }, >+ "replacementprice", >+ { data_type => "decimal", is_nullable => 1, size => [28, 6] }, > "rrp_tax_excluded", > { data_type => "decimal", is_nullable => 1, size => [28, 6] }, > "rrp_tax_included", >-- >2.17.1
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 18639
:
70213
|
70214
|
70215
|
70216
|
75946
|
76867
|
76868
|
76869
|
76870
|
76871
|
78184
|
78185
|
78186
|
78187
|
78188
|
78189
|
78191
|
78249
|
78250
|
78251
|
78252
|
78253
|
78254
|
78255
|
78256
|
79789