1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00

Fixes for tests

This commit is contained in:
David Bomba 2024-01-13 18:27:30 +11:00
parent 077d64bbf6
commit 886bce4877
3 changed files with 15 additions and 1 deletions

View File

@ -625,7 +625,7 @@ class InvoiceService
$sub_id = $this->decodePrimaryKey($subscription_id);
if(Subscription::withTrashed()->where('id', $sub_id)->company()->exists()) {
if(Subscription::withTrashed()->where('id', $sub_id)->where('company_id', $this->invoice->company_id)->exists()) {
$this->invoice->subscription_id = $sub_id;
}

View File

@ -5240,6 +5240,13 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'nordigen_handler_error_contents_requisition_no_accounts' => 'Le service n\'a retourné aucun compte valide. Veuillez redémarrer le processus.',
'nordigen_handler_restart' => 'Redémarrer le processus',
'nordigen_handler_return' => 'Retour à l\'application',
'lang_Lao' => 'Lao',
'currency_lao_kip' => 'Kip laotien',
'yodlee_regions' => 'Régions: USA, Royaume-Uni, Australie et Inde',
'nordigen_regions' => 'Régions: Europe et Royaume-Uni',
'select_provider' => 'Sélectionner le fournisseur',
'nordigen_requisition_subject' => 'La réquisition a expiré, veuillez vous réauthentifier.',
'nordigen_requisition_body' => 'L\'accès aux flux de compte bancaire a expiré tel que défini dans l\'accord de l\'utilisateur final. <br><br>Veuillez vous connecter à Invoice Ninja et réauthentifier auprès de vos banques pour continuer à recevoir les transactions.',
);
return $lang;

View File

@ -5248,6 +5248,13 @@ $lang = array(
'nordigen_handler_error_contents_requisition_no_accounts' => 'ການບໍລິການບໍ່ໄດ້ສົ່ງຄືນບັນຊີທີ່ຖືກຕ້ອງໃດໆ. ພິຈາລະນາເລີ່ມການໄຫຼເຂົ້າໃໝ່.',
'nordigen_handler_restart' => 'ເລີ່ມການໄຫຼເຂົ້າໃໝ່.',
'nordigen_handler_return' => 'ກັບຄືນໄປຫາແອັບພລິເຄຊັນ.',
'lang_Lao' => 'ລາວ',
'currency_lao_kip' => 'ລາວກີບ',
'yodlee_regions' => 'Regions: USA, UK, Australia & India',
'nordigen_regions' => 'Regions: Europe & UK',
'select_provider' => 'ເລືອກຜູ້ໃຫ້ບໍລິການ',
'nordigen_requisition_subject' => 'Requisition expired, please reauthenticate.',
'nordigen_requisition_body' => 'Access to bank account feeds has expired as set in End User Agreement. <br><br>Please log into Invoice Ninja and re-authenticate with your banks to continue receiving transactions.',
);
return $lang;