Merge branch 'transaction-invoice' into 'development'

payment transaction

See merge request CIEFWorldwideSdnBhd/shipping-portal!109
This commit is contained in:
Leong Chee Siong
2022-03-14 03:10:20 +00:00
23 changed files with 845 additions and 40 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ class CompanyModule extends AbstractModel implements Addressable, Documentable,
*/
public function banks(): HasMany
{
return $this->HasMany(Bank::class, 'company_id');
return $this->HasMany(BankAccount::class, 'company_id');
}
/**