added basics of ccp processor visibility.
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
[grid/cell {:class "has-text-right"} (nf total )]
|
||||
[grid/cell {:class "has-text-right"} (nf tax )]
|
||||
[grid/cell {:class "has-text-right"} (nf tip )]
|
||||
[grid/cell {} (str/join ", " (map :type-name charges))]
|
||||
[grid/cell {} (str/join ", " (map (fn [c]
|
||||
(str (:type-name c) " (" (name (:processor c)) ")")) charges))]
|
||||
[grid/cell {} (str/join ", " (map :item-name line-items))]
|
||||
[grid/button-cell {}
|
||||
[:div.buttons
|
||||
|
||||
Reference in New Issue
Block a user