Added signature required field to OA doc element

This commit is contained in:
Karl Cordes 2016-05-01 11:58:12 +10:00
parent 1c48dda0e8
commit 19afd0d475

View file

@ -28,6 +28,7 @@
echo $form->input('OrderAcknowledgement.ship_via');
echo $form->input('OrderAcknowledgement.fob');
echo $form->input('OrderAcknowledgement.estimated_delivery');
echo $form->input('OrderAcknowledgement.signature_required');
echo $form->input('Document.shipping_details', array('id'=>'shippingDetails'));
echo $form->end(array('label'=>'Save OA Details', 'id'=>'saveOAButton'));
?>
@ -44,4 +45,4 @@
<? //debug($invoice); ?>
<?php // debug($job);?>
<?php // debug($job);?>