fix qr code heading

This commit is contained in:
Nathan Coad
2018-06-22 17:44:22 +10:00
parent d3dbe66fcc
commit 16b0f6ee76

View File

@@ -453,7 +453,7 @@ function booking_form($node, &$form_state, $inserting = FALSE)
$form['internal-details']['booking_qrcode_url'] = array(
'#type' => 'textfield',
'#title' => t('Barcode'),
'#title' => t('QR Code URL'),
'#maxlength' => 500,
'#size' => 100,
'#required' => FALSE,