mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-02-14 15:28:42 +00:00
Fixed templates
This commit is contained in:
parent
97bc2fffb2
commit
468325b3ca
|
|
@ -64,7 +64,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<tr><td><select id="iTermsOfDelivery" name="termsofdelivery">
|
<tr><td><select id="iTermsOfDelivery" name="termsofdelivery">
|
||||||
<option>
|
<option>
|
||||||
</select>
|
</select>
|
||||||
<tr><td colspan="3"><input type="submit" value="<?= $this->getHtml('Create', 0, 0); ?>">
|
<tr><td><input type="submit" value="<?= $this->getHtml('Create', 0, 0); ?>">
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -201,7 +201,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<tr><td><input type="datetime-local" id="iDue" name="due">
|
<tr><td><input type="datetime-local" id="iDue" name="due">
|
||||||
<tr><td><label for="iCashBack2"><?= $this->getHtml('Cashback'); ?> 2</label>
|
<tr><td><label for="iCashBack2"><?= $this->getHtml('Cashback'); ?> 2</label>
|
||||||
<tr><td><input type="number" id="iCashBack2" name="cashback2">
|
<tr><td><input type="number" id="iCashBack2" name="cashback2">
|
||||||
<tr><td colspan="3"><input type="submit" value="<?= $this->getHtml('Create', 0, 0); ?>">
|
<tr><td><input type="submit" value="<?= $this->getHtml('Create', 0, 0); ?>">
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user