Hotfixes on LS Central version 28.0.x.x
Tip: Partners can download the LS Central hotfixes directly from the LS Retail Portal (login required).
LS Central hotfixes
80953 Error when upgrading to version 28.0
- There was an upgrade failure from version 27.1 to 28.0 caused by a new unique key on the LSC Wish List Line table.
- The ItemAndVariantUOM key on table LSC Wish List Line was introduced in version 28.0 with Unique = true.
- Business Central does not allow a new unique key to be added during an upgrade because existing data may contain duplicates, causing Sync-NAVApp to fail.
- The Unique property was removed from the key so the upgrade completes successfully.
- Customers upgrading from version 27.1 to 28.0 or later no longer encounter a schema sync failure during the upgrade process.
81446 Item Transfer Allowed Across Waiters Despite Restriction Setting
- Event OnBeforeOrderTransferToOK was added to LSC Hosp. Transfer Functions codeunit.
- Subscribe to Hosp. Trans. Func. Events codeunit, OnBeforeOrderTransferToOK, to control to which table or order it is allowed to transfer an order or order lines.
81371Integration Event for Retrieving Unit Price in Replenishment Journal
- The integration event OnBeforeFindUnitPrice was added to the codeunit LSC Replen. Calculation.
81340 KOT Header Table Locking During Concurrent POS Posting, LS Central 27.0, On-Premise
- Details not available.
80918 Integration Events for Purchase Documents in Allocation Plan
- The following integration events have been added to codeunit LSC Alloc. Plan Utils, which are accessible through the public codeunit LSC Alloc. Plan Utils Public:
- OnCreateDocsFromAllocPlanOnBeforeModifyPurchaseHeader
- OnCreateDocsFromAllocPlanOnBeforeInsertPurchaseLine
- OnCreateDocsFromAllocPlanOnBeforeReleasePurchaseDoc
- OnCreatePOBufferLinesAndHdrsOnBeforeInsertPurchaseHeaderBuffer
- OnCreatePOBufferLinesAndHdrsOnBeforeInsertPurchaseLineBuffer
79917 Error message after click on Pay button(POS) and wrong behaviour on clicking Total
- Voiding process was overrided for IncomeExpense lines on calculating Retail Charge in POS.
- Requires LSCentral hotfix.
79466 LS License Manager You need to activate message
- The You need to activate an LS Central license message no longer appears on environments that obtain their license unit from a Head Office via the GetLicenseUnit webservice (RemotePOS sessions).
81368 AL: Critical: Locking error while posting the transaction
- There was a critical locking error on table POS Data Entry that occurred randomly when multiple POS terminals posted transactions simultaneously.
- In codeunit LSC POS Post Utility (ProcessTransaction), a ModifyAll call on the POS Data Entry table was executed unconditionally without first checking whether matching records exist for the current receipt.
- Under concurrent load (90+ terminals), Business Central acquired an UPDLOCK on the range even when no records existed, competing with other terminal transactions and causing deadlocks.
- The fix adds an existence guard (IsEmpty check) before the ModifyAll so the lock is never acquired when there are no records. An integration event OnBeforeModifyPOSDataEntry is also added to allow external subscribers to bypass the operation if needed.
- Impact: Hospitality and retail environments running online POS architectures with many concurrent terminals posting card transactions.
81020 OnSendToWebServiceV2 extra parameter HttpRequest to be able to call Init #653
- Signature in event publisher OnSendToWebServiceV2 in codeunit Web Request Handler was changed.
80953 Error when upgrading to version 28.0
- There was an upgrade failure from version 27.1 to 28.0 caused by a new unique key on the LSC Wish List Line table.
- The ItemAndVariantUOM key on table LSC Wish List Line was introduced in version 28.0 with Unique = true.
- Business Central does not allow a new unique key to be added during an upgrade because existing data may contain duplicates, causing Sync-NAVApp to fail.
- The Unique property was removed from the key so the upgrade completes successfully.
- Customers upgrading from version 27.1 to 28.0 or later no longer encounter a schema sync failure during the upgrade process.
80541 DeviceID parameter to be VAR in "LSC POS Hardware Interface".LSN_POS_Devices_OnBeforeOpenDrawer Integration Event
- Details not available.
81025 AL: Wrong processing of CO Payments during CO Edit
- There was an issue with Customer Order Edit with payment line to generate payment Transaction as done in Order Create. This was fixed.
- There was an issue with Shopify order edit to expire pre-auth payment line when final payment is added to existing order. This was fixed.
80953 Error when upgrading to version 28.0
- There was an upgrade failure from version 27.1 to 28.0 caused by a new unique key on the LSC Wish List Line table.
- The ItemAndVariantUOM key on table LSC Wish List Line was introduced in version 28.0 with Unique = true.
- Business Central does not allow a new unique key to be added during an upgrade because existing data may contain duplicates, causing Sync-NAVApp to fail.
- The Unique property was removed from the key so the upgrade completes successfully.
- Customers upgrading from version 27.1 to 28.0 or later no longer encounter a schema sync failure during the upgrade process.
80801 Need an onbeforeevent in codeunit 99001599 "LSC POS Transaction Impl
- Event OnBeforeOnCustomerOrderDeposit was added in POS Transaction.
80618 Compressed should be active in all clients when version 28 is running on HO
- Details not available.
80082 LSC NA - Issue with the incorrect tax amounts
- Details not available.
79812 Fixed "LSC Delete Logs" job when deleting actions/preactions for subjobs with remote sources #638
- The Delete Logs job now considers the Last Source Counter of the current Distribution Location.
- It uses this value to filter and delete records.
81025 AL: Wrong processing of CO Payments during CO Edit
- There was an issue with Customer Order Edit with payment line to generate payment Transaction as done in Order Create. This was fixed.
- There was an issue with Shopify order edit to expire pre-auth payment line when final payment is added to existing order. This was fixed.
80953 Error when upgrading to version 28.0
- There was an upgrade failure from version 27.1 to 28.0 caused by a new unique key on the LSC Wish List Line table.
- The ItemAndVariantUOM key on table LSC Wish List Line was introduced in version 28.0 with Unique = true.
- Business Central does not allow a new unique key to be added during an upgrade because existing data may contain duplicates, causing Sync-NAVApp to fail.
- The Unique property was removed from the key so the upgrade completes successfully.
- Customers upgrading from version 27.1 to 28.0 or later no longer encounter a schema sync failure during the upgrade process.
80621 Keep original Interval type when date zooming in POS framework Matrix, and fix activity/reservation filters on the lookup from resource/date to include the full date range
- The Zoom to date feature in the POS matrix (which opens up the selected date in a new matrix view) was changed, to keep existing interval type assignment for the zoom view.
- There was also an issue with clicking on either Resource Cell or Interval Time cell when the template setting was to show the related list of reservations or list of activities.
- Now those lists should show correctly the related activity or reservation entries depending on the cell clicked settings in the matrix template.
80973 Add integration event for Coupon Entry in Customer Order Line
- Integration event OnAfterInsertCouponEntryOnCOLine was added in the CreateCouponLines procedure in the Customer Order Line table.
80954 Availability for renting products is showing different values...
- There was an issue with vailability for rental products showing different values due to incorrect date boundary comparisons in resource availability checks. This was fixed.
- There was an issue with overnight availability date calculation when no interval type is configured. This was fixed.
80917 OnBeforeConstructBarcodeCharacterAdd integration event
- Event OnBeforeConstructBarcodeCharacterAdd was added in LSC Barcode Management.
80747 New publisher OnBeforeProcessInput
- A new event OnAfterAddOneToLineQuantity_OnProcessInput was added.
80744 OnBeforeLoadPanelDataOrLookup Param as Var
- Parameter was changed to be passed to event OnBeforeLoadPanelDataOrLookup as var.
80742 Codeunit 10016658 "LSC CO Create Panel" CustomerOrderDeposit event parameter by Var
- Var was added to parameter in CustomerOrderDeposit.
80614 EventSubscriber needed for LSC POS Transaction Impl Codeunit - Procedure name CurrencyKeyPressed LS Central OnPrem Version 27.1
- Four new events were added in POS Transaction.
80599 Currency rounding issue and insufficient memory
- SnapPaymentToBalanceOnCurrencyRounding was added to snap payment amount to balance when the difference is within currency rounding tolerance during foreign-currency payments.
80483 New Publisher OnBeforeFindFilteredCOLines
- New publisher event, OnBeforeFindFilteredCOLines_GetFilteredDocList was added to codeunit LSC CO Web Service Functions.
- Raised in GetFilteredDocList procedure before FindSet() on Customer Order lines in the Pick/Collect panel flow. Use this event to add or modify line filters before the query executes.
80445 Removed error if transaction has zero table number when opening in Table List Startup
- Error was prevented when attempting to open the POS for a POS transaction with zero table no. in Table List POS Startup.
80042 When Fully Canceling an Order the "Receipt No." and "Transaction No." on the "LSC Customer Order Status Log" is blank
- Receipt No. and Transaction No. were not populated in the Line Status Changes FactBox when a Customer Order was fully canceled on POS.
- This only affected full order cancelations, while partial cancelations worked correctly.
- LS Central now ensures these values are properly assigned, improving traceability for canceled orders.
79850 Receipt alignment mismatch - detecting the full-width characters wrongly
- Details not available.
77253 Investigate different enpoints that are used (printDialog/HttpWrapper) in binary data printing against the Hardware Station
- Details not available.
77174 CO Multicurrency - Amount mismatch Error when Posting Sales Order
- Multiple issues related to the Multi Currency feature were fixed.
74340 Statement Batch Posting Problem
- Validation was added, if a Posted Statement with the same number already exist.
- The Open Statement page is closed after posting.
80633 Unable to create open statement (Document No length more than 10) version 27.1.21.3433
- There was an issue introduced in v27.1.21 that would not allow the user to create an open statement under certain circumstances, when the Statement No. had more than 10 characters. This was fixed.
80612 New publishers in Shopify Integration
- New order create events were added from Shopify:
- OnBeforeInsertCOShippingLineTemp
- OnBeforeInsertTotalDiscountLineTemp
- OnBeforeInsertCODiscountLineTemp
- OnBeforeInsertCODPaymentTemp.
80598 Move The Waiver Report within the Repo to General Reports directory so its available to the user in runtime
- The Waiver Report was added to the Repo in the General Reports directory.
80484 Make AssignMemberAttributes procedures public
- Two procedures were made public on codeunit LSC Member Attribute Mgmt (99009002) to allow external extensions to assign member attributes:
- AssignAccountAttributeValues
- assigns attribute values for a member account.
- AssignContactAttributeValues
- assigns attribute values for a member contact.
80385 Skip barcode creation
- OnBeforeAssignBarcode_OnCreateVariantAction integration event was added on page LSC Item Variant Suggestion, allowing extensions to skip automatic barcode creation during the Create Variants action.
80374 Tanweer_31.03.2026 #642 Retail Message Panel Control CU
- Displays an error text when an error occurs on the Retail Message Panel.
80373 Add integration events for various processes and enhance existing fun
- New Integration Events
- LSC CO Customer Info Panel
- OnAfterButtonPress_OnRun
- LSC CO Utility
- OnAfterCustomerOrderPayment
- OnAfterInsertCOLines_CreateCOTempFromPOSTransaction
- LSC CO Create Panel
- OnBeforeEditMemberContact
- OnBeforeModifyDataBuffer_OnLookupResult
- LSC CO Sched. Jobs
- OnBeforePostSalesOrders
- LSC CO Web Service Functions
- OnBeforeInsertCOHeaderTemp_OnReserveOrderLines
- OnBeforeItemTrackingValidations_OnSetupItemAndDiscountLines
- LSC CO eCommerce Mgt
- OnAfterCreateTransaction
- LSC Dashboard Alarms Public (new codeunit)
- OnAfterCheckRoleStoreAlerts
- LSC Item Finder Public (new codeunit)
- OnBeforeProcessItemFinderSetup_OnFindItemSet
- LSC Retail Purchase Order Ext.
- OnBeforePurchaseHeaderOrderAddressCodeOnAfterValidateEvent
- LSC Retail Sales Order Ext.
- OnBeforeOnAfterFinalizePosting
- LSC Retail ICT Processes
- OnBeforeAddItemTracking
- OnBeforeProcessICTHeader_OnProcessICTDocSplit
- LSCCreateNewCardForContUtils
- OnBeforeInsertMemberCard_OnRunRequest
- LSCGetMemberInfoForPosUtils
- OnBeforeGetMemberCouponList_OnRunRequest
- LSCGetDataEntryUtils
- OnBeforeRunRequest
- LSC CO Customer Info Panel
- Modified Event
- LSC CO Web Service Functions
- OnBeforeShouldCreateSalesorderCheck - added RunFromScheduler: Boolean parameter.
- LSC CO Web Service Functions
80372 Adding Event OnBeforeValidateJournalLine in Point Jnl.-Check Line
- An event was added, OnBeforeValidateJournalLine in codenit Point Jnl.-Check Line.
80357 AL: Issue with translations
- Shopify translation error was fixed: The record in table Shopify Locale Data already exists.
79972 Bug in Prepayment Invoices
- Details not available.
79600 EventSubscriber needed for LSC POS View Codeunit - Procedure name LoginEx LS Central OnPrem Version 27.1
- Details not available.
79075 Runtime error in Codeunit 99009601 due to type mismatch between Integer and Decimal fields.
- FBP quantities should always be in whole number. If Quantity sold on POS is 2.4 then it is rounded to 2. 2.5 is rounded to 3.
- FBP quantities should always be displayed as integers as for example Quantity. Quantity to Trigger, Remaining Quantity in FBP Ledger Entry.
- Note: Notify Data Row Selected in POS Data Grid Control Card - ##DEFAULT, #MEMBER_FBP_OVERVIEW in demodata must be turned OFF for the Frequent Buyer Program panel to work on POS. Instead turn Notify Marked Count Changed ON.
77313 Multiple pcs lines are printing without a currency symbol (Measurements Canada requirements)
- Details not available.
79652 Suspend Transaction - Receipt No. on POS Not Incrementing Properly When Using Web Replication and Retrieving and Re-Suspending Previous Transactions
- There was an issue where POS receipt numbers could collide when retrieving and re-suspending transactions with web replication (TS Susp./Retrieve) enabled.
- When a previously suspended transaction was retrieved and re-suspended, the POS receipt number counter could go backwards, causing the next transaction to reuse a receipt number already assigned to another suspended transaction on the remote company.
- The LastSlipNo POS tag now only updates when the receipt number is higher than the current value, preventing it from being overwritten with a lower number.
- This affects POS terminals using company-to-company web replication (TS Susp./Retrieve) that retrieve and re-suspend transactions.
Autotests hotfixes
79466 LS License Manager You need to activate message
- The You need to activate an LS Central license message no longer appears on environments that obtain their license unit from a Head Office via the GetLicenseUnit webservice (RemotePOS sessions).
80953 Error when upgrading to version 28.0
- There was an upgrade failure from version 27.1 to 28.0 caused by a new unique key on the LSC Wish List Line table.
- The ItemAndVariantUOM key on table LSC Wish List Line was introduced in version 28.0 with Unique = true.
- Business Central does not allow a new unique key to be added during an upgrade because existing data may contain duplicates, causing Sync-NAVApp to fail.
- The Unique property was removed from the key so the upgrade completes successfully.
- Customers upgrading from version 27.1 to 28.0 or later no longer encounter a schema sync failure during the upgrade process.
80953 Error when upgrading to version 28.0
- There was an upgrade failure from version 27.1 to 28.0 caused by a new unique key on the LSC Wish List Line table.
- The ItemAndVariantUOM key on table LSC Wish List Line was introduced in version 28.0 with Unique = true.
- Business Central does not allow a new unique key to be added during an upgrade because existing data may contain duplicates, causing Sync-NAVApp to fail.
- The Unique property was removed from the key so the upgrade completes successfully.
- Customers upgrading from version 27.1 to 28.0 or later no longer encounter a schema sync failure during the upgrade process.
80599 Currency rounding issue and insufficient memory
- SnapPaymentToBalanceOnCurrencyRounding was added to snap payment amount to balance when the difference is within currency rounding tolerance during foreign-currency payments.
80042 When Fully Canceling an Order the "Receipt No." and "Transaction No." on the "LSC Customer Order Status Log" is blank
- Receipt No. and Transaction No. were not populated in the Line Status Changes FactBox when a Customer Order was fully canceled on POS.
- This only affected full order cancelations, while partial cancelations worked correctly.
- LS Central now ensures these values are properly assigned, improving traceability for canceled orders.
79850 Receipt alignment mismatch - detecting the full-width characters wrongly
- Details not available.
74340 Statement Batch Posting Problem
- Validation was added, if a Posted Statement with the same number already exist.
- The Open Statement page is closed after posting.
80633 Unable to create open statement (Document No length more than 10) version 27.1.21.3433
- There was an issue introduced in v27.1.21 that would not allow the user to create an open statement under certain circumstances, when the Statement No. had more than 10 characters. This was fixed.
80374 Tanweer_31.03.2026 #642 Retail Message Panel Control CU
- Displays an error text when an error occurs on the Retail Message Panel.
79075 Runtime error in Codeunit 99009601 due to type mismatch between Integer and Decimal fields.
- FBP quantities should always be in whole number. If Quantity sold on POS is 2.4 then it is rounded to 2. 2.5 is rounded to 3.
- FBP quantities should always be displayed as integers as for example Quantity. Quantity to Trigger, Remaining Quantity in FBP Ledger Entry.
- Note: Notify Data Row Selected in POS Data Grid Control Card - ##DEFAULT, #MEMBER_FBP_OVERVIEW in demodata must be turned OFF for the Frequent Buyer Program panel to work on POS. Instead turn Notify Marked Count Changed ON.
79652 Suspend Transaction - Receipt No. on POS Not Incrementing Properly When Using Web Replication and Retrieving and Re-Suspending Previous Transactions
- There was an issue where POS receipt numbers could collide when retrieving and re-suspending transactions with web replication (TS Susp./Retrieve) enabled.
- When a previously suspended transaction was retrieved and re-suspended, the POS receipt number counter could go backwards, causing the next transaction to reuse a receipt number already assigned to another suspended transaction on the remote company.
The LastSlipNo POS tag now only updates when the receipt number is higher than the current value, preventing it from being overwritten with a lower number.
-
This affects POS terminals using company-to-company web replication (TS Susp./Retrieve) that retrieve and re-suspend transactions.
Hotels hotfixes
81500 Tapechart not working in AppShell on v28
- There was an issue with Tape chart being blank in AppShell version 28. This was fixed.
81261 DRE lines not marked with sales number after posting an invoice from a group reservation
- There was an issue where DRE lines for reservations beyond the first were not stamped with the sales invoice number after posting a group invoice. This was fixed.
80931 Wrong Service Charge calculation on returning Charge-to-Room transaction
- There was an issue on returning charge to room transaction with IncExpense entries like Service Charges. This was fixed.
79539 Cannot create hotel guest as member without having their ID
- A new action to the Convert Guest to Member page was added, enabling the possibility of creating a new Member without having the need to fill the field Document ID No.
80883 Unable to open folio view
- An issue was fixed, where the Folio Summary View would fail to open with a string length error, when the hotel reservation number exceeded ten characters.
80259 Upgrade Codeunit: Update invoice details on folios for reservations that were booked before change
- A new upgrade function was added to solve missing invoice details for reservations done before changes in v27.1.
80195 Guest Management - Child rates are not included on total rate
- Extra Charge field was added on guest records to track applied charges.
- When adding a child to a confirmed reservation the user can now choose between adding the child price to the rate or keep the current price. Same for Extra adults.
- When removing a guest whose extra charge was applied, the user is prompted to reverse the charge.
- When modifying a guest type, the old charge is reversed and the new charge is prompted.
79793 Deposit not consumed by Night Audit when collected for a specific payer via payer selection dialog in POS
- An issue was fixed, on collecting deposit using Payer selector panel. It was getting a wrong value for Payer No.
79545 When posting invoice in blank accounting the discount is not added to Sales Lines correctly
- An issue was fixed, where discounts applied to hotel reservations were not correctly reflected on invoice lines when using blank accounting.
- Previously, the discount was visible on DRE lines but disappeared from the Sales Invoice, and closing a preview invoice would overwrite the original DRE values.
- Now, discount information is properly carried over to invoice lines.
80604 Change posting date when posting sales invoice
- The ability to set the Posting Date, Document Date, and VAT Date was added, when creating a sales invoice from Hotel Invoice Management.
- A new dialog now allows the user to review and modify these dates before the invoice is created.
- All dates default to the current work date, preserving the previous behavior when no changes are made.
Hotels BEC hotfixes
81506 BEC Channex Travia issues
- Divide by zero bug was fixed in BEC for Channex, and Channex room stay no. handling for other than Travia OTA.
80595 Atomize BEC add logging
- Logging was added to BEC app, before data was sent to Atomize.
Localization hotfixes
80103 LSC DE - Split payment shows error when using "Fislkaly" integration in Germal localization
- Details not available.
79643 LSC NA - Sales Taxes Added to Non Taxable Return Transaction
- Details not available.
79998 LSC NA CA - Issue with tax calculations - POS RECEIPT
- Details not available.
80547 Fiskaly Transaction - Invalid User Credentials
- There was an issue where the Fiskaly client ID could be lost after a TSS refresh.
- The system now automatically recovers the client ID from the Cash Register record during TSS refresh, preventing clients from being re-created unnecessarily.
Pharmacies hotfixes
81052 BO. Delegate search by NIN is not visible by default
- When Delegate Entry Page is opened, it is now possible to search POA holder list by NIN.
81289 Issue with Reimbursement calculation when other cause is chosen for non step-price items
- Reimbursement is not cleared when substitution responsible is other cause.
81359 NMD-UAT | HON-22661 | Severe performance degradation when loading product groups for ostomy prescriptions
- Performance was improved when opening page to choose a Prod. Group item.
81364 UAT POS - able to edit the reimbursementline on a prescription order in POS
- The Discount % is now not editable in POS insurance lines.
81424 Remove extraneous keys related to Egenandel and FlaggForPeriode deprecation
- Egenandel and FlaggForPeriode information was removed from outgoing requests because of upcoming deprecation from EIK.
68628 OnBeforeMapLogEntry - with a Handled flag to exit execution
- Technical issue, no change for end user experience
- OnBeforeMapLogEntry Event Publisher was added on Event Log Utility Codeunit.
79662 Business Central 27 is Missing Pharmacy NO Traces
- Details not available.
79780 NMD-UAT | Agent Functionality does not work on BC27
- POS behavior was fixed, to handle Agent functionality.
77257 IS Do not mark skipped lines as SI Invoiced
- Insurance document lines that skipped from lyfjareikningur by subscriber, are now not marked as SÍ Invoiced.
81365 IS 28 Appsource validation errors
- Stability in insurance document handling was enhanced.
78857 A blank credit prescription order is created in the background when attempting to credit a prescription order that is currently being dispensed.
-
A blank credit order is no longer created when attempting to credit a prescription order that is currently being dispensed.
79653 RESH-ID should not be mandatory
- RESH-ID is not mandatory when the item has a 950 for reimbursement paragraph, and it is inside the transitional arrangement period.
79901 NMD-UAT | UAT. BO. Prescription Credit in BO Without Barcode Control
- The ability to create a credit order from BO without requiring barcode scanning or pick/reserve steps, matching GUI behavior, was added.
79941 Dosage Label in veterinary prescriptions does not show "animal category"
- The dose label for veterinary prescriptions should show the animal category (dog, cat, rabbit, etc.).
80069 Error found in 3.01.65 - SokRekvirentV2 – Prescriber search using name and gender results in a .NET error message
- A bug was fixed, where the Pharmacy User would receive an error message when specifying the gender while searching for prescribers.
80182 LS Pharmacy - Send M23 Event Publisher for Helfo
- Technical issue, no change for end user experience.
- OnAfterSendNedlastM23 Event Publisher for Helfo.
80190 Sales Statistics error message "The Sales Report does not exist" in orders with more than one order line.
- There was an issue when sending Sales Statistics manually for prescriptions with many lines: it sent all prescription lines instead of sending only the current line. This was fixed.
80227 Technical issue
- Registration was removed of the external command GetEPrescriptionsByReferenceNumberCommand since nowadays it is used as a parameter.
80426 NMD-UAT| HON-22505 PE not able to open settlement claims
- Settlement claims can now be opened and reviewed as expected.
80427 NMD-UAT|HON-22507 UAT. Not possible to View PDD List linked to Customer payment report
- It should be possible to open PDD Lines linked to the customer payment report by clicking on the NO. of PDDs.
80523 Rename Norway, Iceland Demo Data App
- Norway and Iceland Demo Data apps were renamed.
80660 NMD-UAT | HON-22509 | Beregn Request Missing 'Reseptutleveringsliste' for Emergency prescription
- It should be possible to create emergency prescription with reimbursement and Beregn Request must contain information on ‘reseptutleveringsliste’.
80755 Dose Labels are incorrectly printed out when removing one/more package
- After decreasing the qty of the same item, only labels are printed with updated qty.
80797 Schengen certificate with duplicate strength text
- Schengen certificate with duplicate strength text. This was fixed.
81064 DLL error related to telecom when sending QC V3 Request
- Details not available.
78905 Subscription confirmation deletion not deleting lines
-
Technical changes without impact to the user. A bug was fixed, where the subscription confirmation was deleted, but lines were not, during subscription agreement cancelation or completion.
78906 Wrong cust order line record on omni PH line creation
- Technical changes without impact to the user. A bug was fixed, where the wrong customer order line was used when Omni PH document line was created.
78907 POS Trans record error on sending CO lines to POS
- A bug was fixed, where the error Changes to the POS transaction cannot be saved. Please close the application and reopen it. would occur when the user would confirm a customer order during collection in POS.
78908 NO product group prescription error
- Details not available.
80174 NMD-UAT | HON-22747 | Pharmacy Other Payer: Missing fields on creation
- Pharmacy Other Payer card is now visible.
80305 LS 27 – Changing user in the prescription process gives an error message
- A login dialog should appear to sign in with another Pharmacy User.
80523 Rename Norway, Iceland Demo Data App
- Norway and Iceland Demo Data apps were renamed.
80713 28.0.0.1073 failed Appsource validation
- Details not available.
SCO hotfixes
80715 Self-Checkout Connector for LS Central 28.0.0.1608 failed Appsource validation
- Details not available.
System hotfixes
79466 LS License Manager You need to activate message
- The You need to activate an LS Central license message no longer appears on environments that obtain their license unit from a Head Office via the GetLicenseUnit webservice (RemotePOS sessions).