Advertisement
Guest User

Untitled

a guest
Nov 16th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. master ysposho@flare:~/magento2$ grep -inr . -e "Expected Delivery" --exclude-dir=var --exclude-dir=pub
  2. ./vendor/tig/postnl-magento2/view/adminhtml/email/track_and_trace.html:39: <b style="font-weight: normal; font-size: 14px; ">{{trans "Expected Delivery"}}</b><br/>
  3. ./vendor/tig/postnl-magento2/Setup/V110/Schema/InstallOrderTable.php:55: $this->addText('expected_delivery_time_start', 'Expected delivery time start', 16);
  4. ./vendor/tig/postnl-magento2/Setup/V110/Schema/InstallOrderTable.php:56: $this->addText('expected_delivery_time_end', 'Expected delivery time end', 16);
  5. ./vendor/tig/postnl-magento2/Setup/V110/Schema/InstallShipmentTable.php:59: $this->addText('expected_delivery_time_start', 'Expected delivery time start', 16);
  6. ./vendor/tig/postnl-magento2/Setup/V110/Schema/InstallShipmentTable.php:60: $this->addText('expected_delivery_time_end', 'Expected delivery time end', 16);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement