Better handling for collateral assets in the Product sku. Fixes bug #12072.

This commit is contained in:
Colin Kuskie 2011-03-07 21:17:23 -08:00
parent 6ac8c49c87
commit dae7a145eb
3 changed files with 27 additions and 12 deletions

View file

@ -864,6 +864,12 @@ be useful, others may not.|,
context => q|A set of links or icons to edit or alter the object.|
},
'Lost' => {
message => q|Asset lost|,
lastUpdated => 0,
context => q|A message indicating that the asset used by the Product as collateral has been lost. Lost as in missing/deleted.|
},
};
1;