Guest User

Untitled

a guest
Nov 23rd, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. vendor/magento/module-Customer/Model/Address/AbstractAddress.php
  2.  
  3. if (!Zend_Validate::is($this->getLastname(), 'NotEmpty')) {
  4. $errors[] = __('Please enter the last name.');
  5. }
Add Comment
Please, Sign In to add comment