Yes, thanks!
Christian Geisert wrote:
> Hi,
>
> while analyzing why the quote report doesn't show the company header I
> found out that companyHeader.bsh has code for just some entities (order,
> invoice, shipment, return) to get the partyId for the header.
> It would be no problem to add code to get the partyId from a quote but I
> think companyHeader.bsh should support a fromPartyId-parameter (and
> maybe even fallback to "Company") instead of adding code for each entity
> you a need this header for.
>
> What do you think, should I create a patch for this?