@@ 279-281 (lines=3) @@ | ||
276 | ||
277 | $currency = 'usd'; |
|
278 | ||
279 | if ( isset( self::$currencies[ pods_v( self::$type . '_format_sign', $options, -1 ) ] ) ) { |
|
280 | $currency = pods_v( self::$type . '_format_sign', $options ); |
|
281 | } |
|
282 | ||
283 | $currency_sign = self::$currencies[ $currency ]['sign']; |
|
284 | $currency_label = self::$currencies[ $currency ]['label']; |
|
@@ 409-411 (lines=3) @@ | ||
406 | ||
407 | $currency = 'usd'; |
|
408 | ||
409 | if ( isset( self::$currencies[ pods_v( self::$type . '_format_sign', $options, -1 ) ] ) ) { |
|
410 | $currency = pods_v( self::$type . '_format_sign', $options ); |
|
411 | } |
|
412 | ||
413 | $currency_sign = self::$currencies[ $currency ]; |
|
414 | ||
@@ 468-470 (lines=3) @@ | ||
465 | ||
466 | $currency = 'usd'; |
|
467 | ||
468 | if ( isset( self::$currencies[ pods_v( self::$type . '_format_sign', $options, -1 ) ] ) ) { |
|
469 | $currency = pods_v( self::$type . '_format_sign', $options ); |
|
470 | } |
|
471 | ||
472 | $currency_sign = self::$currencies[ $currency ]; |
|
473 | ||
@@ 542-544 (lines=3) @@ | ||
539 | ||
540 | $currency = 'usd'; |
|
541 | ||
542 | if ( isset( self::$currencies[ pods_v( self::$type . '_format_sign', $options, -1 ) ] ) ) { |
|
543 | $currency = pods_v( self::$type . '_format_sign', $options ); |
|
544 | } |
|
545 | ||
546 | $currency_sign = self::$currencies[ $currency ]; |
|
547 |