Skip to content

Commit

Permalink
Clear and Sanitaze
Browse files Browse the repository at this point in the history
  • Loading branch information
lomamech committed Jan 24, 2020
1 parent 5625a89 commit fcdf98c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server/controllers/stock/reports/stock/adjustment_receipt.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ async function stockAdjustmentReceipt(documentUuid, session, options) {
getVoucherReferenceForStockMovement(documentUuid),
]);

console.log('PLUSSSSSSssssss');
console.log(results);

const rows = results[0];
const voucherReference = results[1][0].voucher_reference;

Expand Down

0 comments on commit fcdf98c

Please sign in to comment.