first commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
echo checkbox_tag('allegro_delivery[is_default]', TRUE, $allegro_delivery->getIsDefault(), array('disabled' => $allegro_delivery->getIsDefault()));
|
||||
|
||||
if ($allegro_delivery->getIsDefault())
|
||||
echo input_hidden_tag('allegro_delivery[is_default]', TRUE);
|
||||
Reference in New Issue
Block a user