Bugzilla – Attachment 35106 Details for
Bug 7736
Edifact QUOTE and ORDER functionality
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Supplementary patch
0001-Bug-7736-Supplemental-branch-is-not-saved-in-basket.patch (text/plain), 1021 bytes, created by
Colin Campbell
on 2015-01-12 15:45:25 UTC
(
hide
)
Description:
Supplementary patch
Filename:
MIME Type:
Creator:
Colin Campbell
Created:
2015-01-12 15:45:25 UTC
Size:
1021 bytes
patch
obsolete
>From 2aa0c533f4651d03cda211286ef0f7f8402ce25a Mon Sep 17 00:00:00 2001 >From: Colin Campbell <colin.campbell@ptfs-europe.com> >Date: Mon, 12 Jan 2015 15:35:18 +0000 >Subject: [PATCH] Bug 7736 Supplemental : branch is not saved in basket > >Although branch is the foreign key from basket to branches >it is no longer created on basket add/update Use deliveryplace >as the location for orderlines when we do not create >items prior to receipt >--- > Koha/Edifact/Order.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Edifact/Order.pm b/Koha/Edifact/Order.pm >index 9185268..55527ec 100644 >--- a/Koha/Edifact/Order.pm >+++ b/Koha/Edifact/Order.pm >@@ -371,7 +371,7 @@ sub order_line { > itemtype => $biblioitem->itemtype, > shelfmark => $biblioitem->cn_class, > }; >- my $branch = $orderline->basketno->branch->branchcode; >+ my $branch = $orderline->basketno->deliveryplace; > if ($branch) { > $item_hash->{branch} = $branch; > } >-- >2.1.0 >
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 7736
:
8275
|
8276
|
8446
|
8635
|
10226
|
12398
|
12438
|
12467
|
13071
|
15304
|
15729
|
16538
|
16629
|
16649
|
16652
|
16667
|
16732
|
16761
|
16779
|
16792
|
16864
|
16865
|
16866
|
16867
|
16868
|
16869
|
16870
|
16871
|
16872
|
16873
|
16874
|
16882
|
16883
|
16884
|
16885
|
16886
|
17120
|
17121
|
20983
|
20984
|
21475
|
33953
|
33957
|
34332
|
34833
|
35030
|
35106
|
35716
|
35717
|
35718
|
36738
|
44079
|
44080
|
44081
|
44082
|
44083
|
44084
|
46996
|
47004
|
48623
|
48624
|
48625
|
48626
|
48971
|
48972
|
48973
|
48974
|
48975
|
48976
|
49037
|
49038
|
49039
|
49040
|
49041
|
49042
|
49307
|
49850
|
50002
|
50008