Skip to content

Commit

Permalink
日本配送モジュールのfunction quote($method = '')変更。
Browse files Browse the repository at this point in the history
Signed-off-by: kimono <maeda@obitastar.co.jp>
  • Loading branch information
kimono committed Jun 6, 2013
1 parent 5648432 commit 5535f1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion includes/modules/shipping/nittsu.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function nittsu() {
}

// class methods
function quote() {
function quote($method = '') {
global $shipping_weight, $shipping_num_boxes;
global $order;
global $a_nittsu_time;
Expand Down
2 changes: 1 addition & 1 deletion includes/modules/shipping/sagawaex.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function sagawaex() {
}

// class methods
function quote() {
function quote($method = '') {
global $shipping_weight, $shipping_num_boxes;
global $order;
global $a_sagawaex_time;
Expand Down
2 changes: 1 addition & 1 deletion includes/modules/shipping/yamato.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function yamato() {
}

// class methods
function quote() {
function quote($method = '') {
global $shipping_weight, $shipping_num_boxes;
global $order;
global $a_yamato_time;
Expand Down

0 comments on commit 5535f1c

Please sign in to comment.