|
@@ 213-215 (lines=3) @@
|
| 210 |
|
|
| 211 |
|
$currency = 'usd'; |
| 212 |
|
|
| 213 |
|
if ( isset( static::$currencies[ pods_v( static::$type . '_format_sign', $options, -1 ) ] ) ) { |
| 214 |
|
$currency = pods_v( static::$type . '_format_sign', $options ); |
| 215 |
|
} |
| 216 |
|
|
| 217 |
|
$currency_sign = static::$currencies[ $currency ]['sign']; |
| 218 |
|
$currency_label = static::$currencies[ $currency ]['label']; |
|
@@ 265-267 (lines=3) @@
|
| 262 |
|
|
| 263 |
|
$currency = 'usd'; |
| 264 |
|
|
| 265 |
|
if ( isset( static::$currencies[ pods_v( static::$type . '_format_sign', $options, -1 ) ] ) ) { |
| 266 |
|
$currency = pods_v( static::$type . '_format_sign', $options ); |
| 267 |
|
} |
| 268 |
|
|
| 269 |
|
$currency_sign = static::$currencies[ $currency ]['sign']; |
| 270 |
|
|
|
@@ 297-299 (lines=3) @@
|
| 294 |
|
|
| 295 |
|
$currency = 'usd'; |
| 296 |
|
|
| 297 |
|
if ( isset( static::$currencies[ pods_v( static::$type . '_format_sign', $options, -1 ) ] ) ) { |
| 298 |
|
$currency = pods_v( static::$type . '_format_sign', $options ); |
| 299 |
|
} |
| 300 |
|
|
| 301 |
|
$currency_sign = static::$currencies[ $currency ]['sign']; |
| 302 |
|
$currency_entity = static::$currencies[ $currency ]['entity']; |
|
@@ 356-358 (lines=3) @@
|
| 353 |
|
|
| 354 |
|
$currency = 'usd'; |
| 355 |
|
|
| 356 |
|
if ( isset( static::$currencies[ pods_v( static::$type . '_format_sign', $options, -1 ) ] ) ) { |
| 357 |
|
$currency = pods_v( static::$type . '_format_sign', $options ); |
| 358 |
|
} |
| 359 |
|
|
| 360 |
|
$currency_sign = static::$currencies[ $currency ]['sign']; |
| 361 |
|
$currency_entity = static::$currencies[ $currency ]['entity']; |