Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/26/2019 in all areas

  1. +1 For this request.
    1 point
  2. Thanks! Will be backing up everything prior to import.
    1 point
  3. Imports should usually be done on a fresh Blesta install. If there is a conflict between the user in Blesta and WHMCS, the import will result in an error. It's also important that your Staff user not be the same in WHMCS also. So yes, I would say remove the duplicates. Also, backup your Blesta database prior to the import. If anything goes wrong, you can restore the database and be able to re-attempt.
    1 point
  4. Tyson

    Get billing contact

    You can use the client ID to fetch the billing contacts, e.g. <?php public function buildProcess(array $contact_info, ...) { Loader::loadModels($this, ['Contacts']); if ($this->ifSet($contact_info['client_id'])) { // Fetch all billing contacts for this client $billing_contacts = $this->Contacts->getAll($contact_info['client_id'], 'billing'); } }
    1 point
×
×
  • Create New...