The Inherited Formatter module allows a field to inherit the value of a "parent" node that is related via a node-reference field. See the Inherited Formatter project page for more information.

To add support for this feature, field modules must declare which field types are supported by implementing hook_inheritedformatter_supported_fields_info(). (Not all CCK fields work out of the box, such as filefields.)

This patch adds that support for the currency_cck field types.

This patch is trivial and low risk, so I am bumping directly to RTBC.

See also #1091762: Support more CCK field type contrib modules.

CommentFileSizeAuthor
inheritedformatter-currency-cck.patch498 bytesBevan