Skip to content

Commit

Permalink
Merge pull request #5535 from hoang-tran-redweb/REDSHOP-6020
Browse files Browse the repository at this point in the history
REDSHOP-6020: Page create new 1 Shipping box item show "Edit"
  • Loading branch information
ducredweb authored Dec 29, 2020
2 parents b9fe014 + 444da71 commit 099bc34
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions component/admin/views/shipping_box/view.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,4 @@
*/
class RedshopViewShipping_Box extends RedshopViewForm
{
/**
* Method for get page title.
*
* @return string
*
* @since 2.1.0
*/
public function getTitle()
{
return JText::_('COM_REDSHOP_SHIPPING_BOX') . ': <small>[ ' . JText::_('COM_REDSHOP_EDIT') . ' ]</small>';
}
}

0 comments on commit 099bc34

Please sign in to comment.