B2B Custom Plugin - b2b-remote-list-orderlist fires zweimal

In b2b Plugin ich habe :

<div  class="b2b-remote-list-orderlist mb-4 mt-4 {{ b2b_acl('b2borderlist', 'index') }}">
        <div
            class="is--b2b-ajax-panel b2b--ajax-panel"
            data-id="order-list-remote-box"
            data-plugins="orderList"
            data-url="{{ path(
                'frontend.b2b.b2borderlistremote.remoteList',
                {
                    referenceNumber: page.product.productNumber,
                    type: 'detail'
                }
            ) }}"
        >
    
    </div>

und ajax fires zwei mal und in bestellisten bekomme ich quantity mehrmals.
wie kann ich ajax nur einmal ausführen nicht zwei oder mehrmals?