Skip to content

Commit

Permalink
Merge #6650
Browse files Browse the repository at this point in the history
6650: Fix translation term error r=jniles a=jmcameron

Fixes untranslated item in the title to Stock Exit to Patient receipt documents.


Co-authored-by: Jonathan Cameron <jmcameron@gmail.com>
  • Loading branch information
bors[bot] and jmcameron committed May 31, 2022
2 parents eaf4eb0 + 19e856d commit 88ae8c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const {
*/
async function stockExitPatientReceipt(documentUuid, session, options) {
const data = {};
const optionReport = _.extend(options, { filename : 'STOCK.REPORTS.EXIT_PATIENT' });
const optionReport = _.extend(options, { filename : 'STOCK.RECEIPT.EXIT_PATIENT' });
const autoStockAccountingEnabled = session.stock_settings.enable_auto_stock_accounting;

let template = STOCK_EXIT_PATIENT_TEMPLATE;
Expand Down

0 comments on commit 88ae8c0

Please sign in to comment.