Skip to content

Commit

Permalink
fix: tailorder line
Browse files Browse the repository at this point in the history
  • Loading branch information
iRaySpace committed May 7, 2019
1 parent 6fdf19c commit eccfcdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/services/tailorder.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ exports.changeOrderTable = function(origin, order) {

exports.tailOrderLine = function(line) {
return {
itemCode: line.item_name,
itemName: line.item_name,
itemCode: line.item,
rate: line.price,
qty: line.qty,
};
Expand Down

0 comments on commit eccfcdb

Please sign in to comment.