add lot number to packs
This commit is contained in:
CHANGELOG.mdmix.exs
lib
cannery
ammo
cannery_web
components
live
pack_live
priv
gettext
actions.potdefault.poterrors.potprompts.pot
de
LC_MESSAGES
en
LC_MESSAGES
es
LC_MESSAGES
fr
LC_MESSAGES
ga
LC_MESSAGES
repo
test/cannery_web/controllers
@ -49,6 +49,7 @@ defmodule CanneryWeb.ExportControllerTest do
|
||||
"id" => pack.id,
|
||||
"notes" => pack.notes,
|
||||
"price_paid" => pack.price_paid,
|
||||
"lot_number" => pack.lot_number,
|
||||
"staged" => pack.staged,
|
||||
"used_count" => pack |> ActivityLog.get_used_count(current_user),
|
||||
"original_count" => pack |> Ammo.get_original_count(current_user),
|
||||
|
Reference in New Issue
Block a user