HosipLan

Untitled

Mar 31st, 2011
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. $control->addRule(function ($control, $original) {
  2.     return $control->value < original->value;
  3. }, 'Cena musí být mensi než původní.', $this['original_price']);
Advertisement
Add Comment
Please, Sign In to add comment