Fixed bug in attempt to use sqb registration info.
This commit is contained in:
parent
61cc57fe4f
commit
2099bac9bf
@ -315,7 +315,7 @@
|
||||
info (cond-> (-> ac (dissoc :history :type) (merge rev-props))
|
||||
(:Type sqb)
|
||||
(assoc :type (:Type sqb))
|
||||
(as-> rec (and (nil? (:registration rec)) (:Registration sqb)))
|
||||
(and (nil? (:registration ac)) (:Registration sqb))
|
||||
(assoc :registration (:Registration sqb))
|
||||
(:military? ac)
|
||||
(-> (assoc :militaryregistration (:registration ac)
|
||||
|
Loading…
Reference in New Issue
Block a user