| Summary: | Create Subroutine For GetMarcPrice that will discern the actual price from a given price field value. | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Kyle M Hall (khall) <kyle> |
| Component: | Acquisitions | Assignee: | Henri-Damien LAURENT <henridamien> |
| Status: | CLOSED DUPLICATE | QA Contact: | Ian Walls <koha.sekjal> |
| Severity: | enhancement | ||
| Priority: | P5 - low | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
|
Description
Kyle M Hall (khall)
2012-02-09 14:51:51 UTC
This should also perhaps take into account commas and decimal commas. Examples: "1,000,00" => "1000.00" "$12,232,342.00" => "12232242.00" |