Schema modeler Command parameters

With version 8.2.89.1153 the acquisition of a command NOT generates more parameter RETURN_VALUE.
The call goes through daremoteCommand so in error.
If I add the parameter hand works.
(firedac)

can you post ddl for such command, pls?

ALTER PROCEDURE [dbo].[DocumentoComuneCancella]

@idDocumentoComune int

AS
BEGIN
– SET NOCOUNT ON added to prevent extra result sets from
– interfering with SELECT statements.
SET NOCOUNT ON;

-- Insert statements for procedure here
Delete DocumentoComune Where IdDocumentoComune =@iddocumentoCOmune;

END

Thanks, logged as bugs://71499

bugs://71499 got closed with status fixed.