X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=purchasing%2Fincludes%2Fdb%2Fgrn_db.inc;h=24e421a6c3078c37b7e5bac16b8d2b7da2dc065a;hb=207ae289c358ff57c1adc55304a65b17a5dc4132;hp=a31bc2ec83665bc9ebe9ff0a3dcfa47c7f96889f;hpb=b4ac68e2ed3d797e44fce2a1082d890e35c3d368;p=fa-stable.git diff --git a/purchasing/includes/db/grn_db.inc b/purchasing/includes/db/grn_db.inc index a31bc2ec..24e421a6 100644 --- a/purchasing/includes/db/grn_db.inc +++ b/purchasing/includes/db/grn_db.inc @@ -364,7 +364,7 @@ function read_grn($grn_batch, &$order) $order->trans_type = ST_SUPPRECEIVE; $order->orig_order_date = sql2date($row["delivery_date"]); - $order->location = $row["loc_code"]; + $order->Location = $row["loc_code"]; $order->reference = $row["reference"]; read_grn_items_to_order($grn_batch, $order);