[Bug]: codeunit 5748 "Transfer Whse. Post Shipment" ModifyHeader #27675
Labels
extensibility-bug
Something in the public APIs isn't working the way it should be
SCM
GitHub request for SCM area
Describe the issue
codeunit 5748 "Transfer Whse. Post Shipment"
Integrationevents OnInitSourceDocumentHeaderOnBeforeTransferHeaderUpdatePostingDate and OnInitSourceDocumentHeaderOnBeforeTransHeaderModify where boolean "ModifyHeader" should by ByVar.
[IntegrationEvent(false, false)]
local procedure OnInitSourceDocumentHeaderOnBeforeTransferHeaderUpdatePostingDate(var TransferHeader: Record "Transfer Header"; var WarehouseShipmentHeader: Record "Warehouse Shipment Header"; var WarehouseShipmentLine: Record "Warehouse Shipment Line"; ModifyHeader: Boolean; IsHandled: Boolean)
begin
end;
Expected behavior
Steps to reproduce
Create transfer order --> create whse shipment --> post whse Shipment
Additional context
No response
I will provide a fix for a bug
Internal work item: AB#558501
The text was updated successfully, but these errors were encountered: