Update card_fields

This commit is contained in:
cajun
2024-03-08 02:14:15 -06:00
parent 9ee0a387bd
commit b8b2be05e2

View File

@@ -540,7 +540,9 @@ card field:
save value: false
show statistics: false
script:
if set.automatic_card_numbers then
if set.automatic_card_numbers and set.automatic_copyright then
set.copyright + " " + card.card_number
else if set.automatic_card_numbers then
combined_editor(field1: card.copyright, separator: " ", field2: card.card_number)
else
forward_editor(field: card.copyright)