// Context part 5
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7624 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -50,7 +50,7 @@ class AdminDeliverySlip extends AdminTab
|
||||
$output = '
|
||||
<h2>'.$this->l('Print PDF delivery slips').'</h2>
|
||||
<fieldset>
|
||||
<form action="'.$currentIndex.'&submitPrint=1&token='.$this->token.'" method="post">
|
||||
<form action="'.self::$currentIndex.'&submitPrint=1&token='.$this->token.'" method="post">
|
||||
<label>'.$this->l('From:').' </label>
|
||||
<div class="margin-form">
|
||||
<input type="text" size="4" maxlength="10" name="date_from" value="'.(date('Y-m-d')).'" style="width: 120px;" /> <sup>*</sup>
|
||||
|
||||
Reference in New Issue
Block a user