projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90b3d06
)
Fixed typo in location variable.
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Sun, 4 Mar 2012 15:52:09 +0000
(16:52 +0100)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Sun, 4 Mar 2012 15:52:09 +0000
(16:52 +0100)
purchasing/includes/db/grn_db.inc
patch
|
blob
|
history
diff --git
a/purchasing/includes/db/grn_db.inc
b/purchasing/includes/db/grn_db.inc
index 00e088e0fbc489aa884ac5216080e0fa79c139b5..da4dedffb5977536a25a11fb996c59cdbae0fc15 100644
(file)
--- a/
purchasing/includes/db/grn_db.inc
+++ b/
purchasing/includes/db/grn_db.inc
@@
-373,7
+373,7
@@
function read_grn($grn_batch, &$order)
$order->trans_type = ST_SUPPRECEIVE;
$order->orig_order_date = sql2date($row["delivery_date"]);
- $order->
l
ocation = $row["loc_code"];
+ $order->
L
ocation = $row["loc_code"];
$order->reference = $row["reference"];
read_grn_items_to_order($grn_batch, $order);