Summary: | Create Subroutine For GetMarcPrice that will discern the actual price from a given price field value. | ||
---|---|---|---|
Product: | Koha | Reporter: | Kyle M Hall <kyle.m.hall> |
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 | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: |
Description
Kyle M Hall
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" |