File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 114114
115115 if (!getDolGlobalInt ('SELLYOURSAAS_ONLY_NON_PROFIT_ORGA ' )) {
116116 // VAT Section
117- print '<div class="form-group">
117+ print '<div class="form-group"><br>
118118 <label> ' .$ langs ->trans ("VATIntra " ).'</label> ' ;
119119 if (! empty ($ mythirdpartyaccount ->tva_assuj ) && empty ($ mythirdpartyaccount ->tva_intra )) {
120120 print img_warning ($ langs ->trans ("Mandatory " ), '' , 'hideifnonassuj ' );
132132 }
133133
134134 print '
135- <br><br>
135+ <br>
136136 <input type="hidden" name="vatassuj_old" value=" ' .$ mythirdpartyaccount ->tva_assuj .'">
137137 <input type="checkbox" style="margin-bottom: 3px;" class="inline-block valignmiddle" ' .($ mythirdpartyaccount ->tva_assuj ? ' checked="checked" ' : '' ).' id="vatassuj" name="vatassuj"> <label for="vatassuj" class="valignmiddle nobold"> ' .$ langs ->trans ("IHaveAVATID " ).'</label>
138138 <br>
183183 //$placeholderforprofid=$langs->trans("EnterVATHere");
184184 }
185185
186- print '<div class="form-group">
187- <label> ' .$ langs ->transcountry ("ProfId " , $ mythirdpartyaccount ->country_code ).'</label> ' ;
186+ print '<div class="form-group"><br>
187+ <label> ' .$ langs ->transcountry ("ProfId1Short " , $ mythirdpartyaccount ->country_code ).'</label> ' ;
188188 if ($ mandatoryprofid && ! empty ($ mythirdpartyaccount ->idprof1 ) && empty ($ mythirdpartyaccount ->idprof1 )) {
189189 print img_warning ($ langs ->trans ("Mandatory " ), '' , 'hideifnoprof ' );
190190 }
191191
192192 print '
193- <br><br>
193+ <br>
194194 <input type="hidden" name="profid_old" value=" ' .$ mythirdpartyaccount ->idprof1 .'">
195195 <input type="text" class="input-small quatrevingtpercent" value=" ' .$ mythirdpartyaccount ->idprof1 .'" name="profid" id="profid" placeholder=" ' .$ placeholderforprofid .'">
196196 ' ;
You can’t perform that action at this time.
0 commit comments