Error when using option print as PDF option in quote

When i am converting a quote which has more than 14 line items it is giving me this error “Error: Query limit of 1000 reached for AOS_Quotes module.” but if same thing when done with admin login it is not giving any error and working properly kindly suggest solution

'resource_management' =>
  array (
    'special_query_limit' => 50000,
    'special_query_modules' =>
    array (
      0 => 'Reports',
      1 => 'Export',
      2 => 'Import',
      3 => 'Administration',
      4 => 'Sync',
    ),
    'default_limit' => 1000,
  ),

add the AOS_Quotes module to special_query_modules array or change the default_limit to a bigger number

best regards

1 Like

this works perfectly