Before a few renames

This commit is contained in:
Jason Jordan
2026-03-19 00:42:27 -04:00
parent 011ee91707
commit 3300819ed5
46 changed files with 994 additions and 467 deletions
@@ -3,9 +3,9 @@ module IdCardPrinter
def initialize(pl_plan_key, family_id, layout)
@pl_plan_key = pl_plan_key
@card_config = IdCard::Configuration.find_by(pl_plan_key: pl_plan_key)
@family_id = family_id
@layout = layout
@card_config = IdCard::Configuration.find_by(pl_plan_key: pl_plan_key)
end
def call