From f7a65b5f7e21063c8910efb2512f2af621e7f013 Mon Sep 17 00:00:00 2001 From: ImanThiyanga Date: Mon, 3 Aug 2026 12:18:44 +0530 Subject: [PATCH] fixed dbContext --- Backend/ERPCore/Infra/Persistence/ErpDbContext.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Backend/ERPCore/Infra/Persistence/ErpDbContext.cs b/Backend/ERPCore/Infra/Persistence/ErpDbContext.cs index 83c0d87..c795331 100644 --- a/Backend/ERPCore/Infra/Persistence/ErpDbContext.cs +++ b/Backend/ERPCore/Infra/Persistence/ErpDbContext.cs @@ -36,8 +36,7 @@ public class ErpDbContext : DbContext public DbSet Vendors => Set(); public DbSet Warehouses => Set(); public DbSet Bins => Set(); - /// Singleton business profile used by printable documents. - public DbSet CompanyProfiles => Set(); + /// Singleton row (FR-MD-11). public DbSet ProductConfig => Set();