Skip to content

Commit

Permalink
another fix for testing of receipts
Browse files Browse the repository at this point in the history
  • Loading branch information
tpokorra committed Feb 2, 2019
1 parent 4f79c7d commit e57d365
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ public static bool CreateAnnualGiftReceipts(Int32 ALedgerNumber,
System.IO.File.Delete(PDFFile);
}

AHTMLReceipt = ResultDocument;
AHTMLReceipt = THttpBinarySerializer.SerializeToBase64(ResultDocument);
}

return ResultDocument.Length > 0;
Expand Down

0 comments on commit e57d365

Please sign in to comment.